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-29T23:19:13.949Z||main|||||INFO|500||The following profiles are active: basic
2023-03-29T23:19:24.966Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-29T23:19:24.967Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-29T23:19:25.135Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-29T23:19:27.897Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-29T23:19:28.174Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-29T23:19:28.770Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-29T23:19:29.145Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-29T23:19:30.037Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-29T23:19:33.178Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-29T23:19:33.981Z||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-29T23:19:36.627Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-29T23:19:36.730Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-29T23:19:36.789Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-29T23:19:36.803Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-29T23:19:37.566Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-29T23:19:38.145Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-29T23:19:39.326Z||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-29T23:19:40.545Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-29T23:19:40.545Z||main|||||ERROR|500||(conn=868) Table 'catalogdb.activity_spec' doesn't exist
2023-03-29T23:19:40.560Z||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-29T23:19:43.348Z||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-29T23:19:45.832Z||main|||||WARN|500||---
2023-03-29T23:19:45.833Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-29T23:19:45.833Z||main|||||WARN|500||---
2023-03-29T23:19:46.149Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-29T23:19:50.763Z||main|||||INFO|500||Started Application in 42.408 seconds (JVM running for 45.736)
2023-03-29T23:19:50.774Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-29T23:19:50.776Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-29T23:19:50.782Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-29T23:19:50.950Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 102b2784-8432-4f08-9630-ccd6f6b7b2f3 url= /sdc/v1/artifactTypes
2023-03-29T23:19:50.955Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-29T23:19:51.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-29T23:19:51.225Z||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-29T23:19:51.226Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-29T23:19:51.226Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e6202492-54f4-49bb-af68-26b3b05feedd url= /sdc/v1/distributionKafkaData
2023-03-29T23:19:51.226Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-29T23:19:51.251Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-29T23:19:51.257Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@36b466cd
2023-03-29T23:19:51.357Z||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-796a013d-4367-48da-ad9c-6f9ff936397f
	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-29T23:19:51.429Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Instantiated an idempotent producer.
2023-03-29T23:19:51.522Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-29T23:19:51.582Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-29T23:19:51.582Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-29T23:19:51.583Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680131991579
2023-03-29T23:19:51.588Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-29T23:19:51.624Z||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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e
	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-29T23:19:51.739Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-29T23:19:51.740Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-29T23:19:51.740Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680131991739
2023-03-29T23:19:51.742Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:19:51.746Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:19:51.747Z||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-219cc955-b097-4745-9b62-bfbd45df0b03
	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-29T23:19:51.758Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-29T23:19:51.759Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-29T23:19:51.759Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680131991758
2023-03-29T23:19:51.759Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:19:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:19:51.775Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-29T23:19:52.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 QyZ9cEH6SPm904G6uFZGYg
2023-03-29T23:19:52.868Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 QyZ9cEH6SPm904G6uFZGYg
2023-03-29T23:19:52.868Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:52.868Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 QyZ9cEH6SPm904G6uFZGYg
2023-03-29T23:19:52.868Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 QyZ9cEH6SPm904G6uFZGYg
2023-03-29T23:19:52.869Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 QyZ9cEH6SPm904G6uFZGYg
2023-03-29T23:19:52.869Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 QyZ9cEH6SPm904G6uFZGYg
2023-03-29T23:19:52.868Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:52.869Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:52.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:52.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:52.871Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:52.871Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Cluster ID: wjJI1amQRcCidGW_jtcIMg
2023-03-29T23:19:52.871Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Cluster ID: wjJI1amQRcCidGW_jtcIMg
2023-03-29T23:19:52.872Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Cluster ID: wjJI1amQRcCidGW_jtcIMg
2023-03-29T23:19:52.873Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-29T23:19:52.873Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] ProducerId set to 2006 with epoch 0
2023-03-29T23:19:52.873Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-29T23:19:52.945Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-29T23:19:52.945Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-29T23:19:53.047Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-e9caee0c-4338-4a5e-8f2f-7fb21297d54c
2023-03-29T23:19:53.047Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd
2023-03-29T23:19:53.047Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-29T23:19:53.048Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-29T23:19:53.048Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:53.048Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-29T23:19:59.055Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-e9caee0c-4338-4a5e-8f2f-7fb21297d54c', protocol='range'}
2023-03-29T23:19:59.055Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-29T23:19:59.112Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:59.113Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:59.113Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:59.114Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:59.114Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:59.115Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-29T23:19:59.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-e9caee0c-4338-4a5e-8f2f-7fb21297d54c=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-29T23:19:59.147Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-e9caee0c-4338-4a5e-8f2f-7fb21297d54c', protocol='range'}
2023-03-29T23:19:59.147Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-29T23:19:59.147Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-29T23:19:59.148Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:59.153Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-29T23:19:59.153Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:59.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-29T23:19:59.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-29T23:19:59.170Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-29T23:19:59.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-29T23:19:59.170Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-29T23:19:59.171Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-29T23:19:59.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-29T23:19:59.171Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-29T23:19:59.171Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-29T23:19:59.171Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-29T23:19:59.171Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-29T23:19:59.171Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-29T23:19:59.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:59.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:59.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-29T23:19:59.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-29T23:19:59.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-29T23:19:59.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-29T23:19:59.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-29T23:19:59.283Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-29T23:19:59.336Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:59.337Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:59.338Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:19:59.339Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-29T23:20:51.753Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:20:51.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:21:51.755Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:21:51.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:22:51.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:22:51.764Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:23:51.758Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:23:51.765Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:24:51.758Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:24:51.767Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:25:51.759Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:25:51.768Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:26:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:26:51.769Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:27:51.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:27:51.771Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:28:51.765Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:28:51.772Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:28:52.915Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node -1 disconnected.
2023-03-29T23:28:52.982Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Node -1 disconnected.
2023-03-29T23:28:53.176Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Node -1 disconnected.
2023-03-29T23:29:39.887Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-29T23:29:51.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:29:51.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:30:51.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:30:51.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:31:51.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:31:51.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:32:51.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:32:51.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:33:51.771Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:33:51.777Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:34:51.771Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:34:51.779Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:35:51.774Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:35:51.779Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:36:51.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:36:51.781Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:37:51.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:37:51.782Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:38:51.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:38:51.784Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:39:51.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:39:51.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:40:51.779Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:40:51.786Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:41:51.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:41:51.786Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:42:51.782Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:42:51.788Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:43:51.782Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:43:51.788Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:44:51.784Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:44:51.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:45:51.786Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:45:51.790Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:46:51.788Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:46:51.790Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:47:51.789Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:47:51.791Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:48:51.791Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:48:51.793Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:49:51.793Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:49:51.794Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:50:51.794Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:50:51.795Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:51:51.795Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:51:51.796Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:52:51.796Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:52:51.797Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:53:51.797Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:53:51.798Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:54:51.798Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:54:51.799Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:55:51.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:55:51.799Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:56:51.800Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:56:51.801Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:57:51.802Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:57:51.802Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:58:51.803Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:58:51.804Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-29T23:59:51.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-29T23:59:51.806Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:00:51.806Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:00:51.808Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:01:51.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:01:51.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:02:51.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:02:51.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:03:51.812Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:03:51.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:04:51.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:04:51.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:05:51.814Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:05:51.815Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:06:51.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:06:51.816Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:07:51.816Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:07:51.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:08:51.818Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:08:51.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:09:51.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:09:51.820Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:10:51.821Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:10:51.821Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:11:51.821Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:11:51.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:12:51.823Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:12:51.823Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:13:51.823Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:13:51.824Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:14:51.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:14:51.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:15:51.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:15:51.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:16:51.827Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:16:51.827Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:17:51.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:17:51.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:18:51.829Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:18:51.829Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:19:51.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:19:51.831Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:20:51.832Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:20:51.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:21:51.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:21:51.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:22:51.835Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:22:51.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:23:51.835Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:23:51.838Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:24:51.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:24:51.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:25:51.838Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:25:51.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:26:51.839Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:26:51.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:27:51.840Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:27:51.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:28:51.842Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:28:51.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:29:51.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:29:51.844Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:30:51.844Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:30:51.845Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:31:51.844Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:31:51.845Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:32:51.845Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:32:51.846Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:33:51.846Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:33:51.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:34:51.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:34:51.848Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:35:51.849Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:35:51.850Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:36:51.850Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:36:51.852Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:37:51.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:37:51.852Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:38:51.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:38:51.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:39:51.853Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:39:51.855Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:40:51.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:40:51.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:41:51.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:41:51.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:42:51.857Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:42:51.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:43:51.858Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:43:51.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:44:51.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:44:51.860Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:45:51.860Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:45:51.861Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:46:51.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:46:51.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:47:51.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:47:51.862Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:48:51.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:48:51.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:49:51.864Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:49:51.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:50:51.865Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:50:51.866Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:51:51.866Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:51:51.867Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:52:51.868Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:52:51.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:53:51.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:53:51.869Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:54:51.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:54:51.870Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:55:51.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:55:51.872Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:56:51.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:56:51.873Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:57:51.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:57:51.875Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:58:51.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:58:51.876Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T00:59:51.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T00:59:51.877Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:00:51.875Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:00:51.878Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:01:51.876Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:01:51.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:02:51.878Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:02:51.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:03:51.878Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:03:51.880Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:04:51.880Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:04:51.881Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:05:51.881Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:05:51.883Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:06:51.882Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:06:51.883Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:07:51.882Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:07:51.884Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:08:51.884Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:08:51.885Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:09:51.885Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:09:51.886Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:10:51.886Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:10:51.886Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:11:51.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:11:51.888Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:12:51.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:12:51.890Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:13:51.891Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:13:51.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:14:51.891Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:14:51.892Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:15:51.893Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:15:51.892Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:16:51.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:16:51.894Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:17:51.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:17:51.896Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:18:51.896Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:18:51.896Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:19:51.896Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:19:51.898Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:20:51.898Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:20:51.900Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:21:51.899Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:21:51.900Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:22:51.900Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:22:51.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:23:51.902Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:23:51.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:24:51.903Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:24:51.903Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:25:51.904Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:25:51.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:26:51.905Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:26:51.906Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:27:51.906Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:27:51.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:28:51.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:28:51.908Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:29:51.908Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:29:51.909Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:30:51.909Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:30:51.909Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:31:51.910Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:31:51.911Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:32:51.911Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:32:51.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:33:51.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:33:51.913Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:34:51.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:34:51.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:35:51.912Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:35:51.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:36:51.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:36:51.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:37:51.915Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:37:51.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:38:51.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:38:51.917Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:39:51.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:39:51.917Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:40:51.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:40:51.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:41:51.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:41:51.918Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:42:51.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:42:51.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:43:51.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:43:51.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:44:51.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:44:51.921Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:45:51.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:45:51.923Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:46:51.923Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:46:51.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:47:51.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:47:51.924Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:48:51.925Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:48:51.926Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:49:51.925Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:49:51.927Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:50:51.926Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:50:51.927Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:51:51.928Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:51:51.928Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:52:51.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:52:51.929Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:53:51.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:53:51.929Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:54:51.931Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:54:51.931Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:55:51.932Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:55:51.933Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:56:51.932Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:56:51.934Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:57:51.934Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:57:51.934Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:58:51.935Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T01:58:51.936Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:59:51.936Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T01:59:51.936Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:00:51.937Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:00:51.937Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:01:51.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:01:51.939Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:02:51.939Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:02:51.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:03:51.940Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:03:51.941Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:04:51.940Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:04:51.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:05:51.941Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:05:51.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:06:51.942Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:06:51.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:07:51.943Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:07:51.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:08:51.944Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:08:51.945Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:09:51.947Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:09:51.946Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:10:51.948Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:10:51.948Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:11:51.948Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:11:51.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:12:51.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:12:51.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:13:51.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:13:51.951Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:14:51.951Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:14:51.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:15:51.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:15:51.952Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:16:51.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:16:51.954Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:17:51.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:17:51.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:18:51.955Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:18:51.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:19:51.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:19:51.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:20:51.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:20:51.958Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:21:51.959Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:21:51.960Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:22:51.960Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:22:51.961Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:23:51.960Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:23:51.961Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:24:51.962Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:24:51.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:25:51.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:25:51.964Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:26:51.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:26:51.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:27:51.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:27:51.967Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:28:51.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:28:51.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:29:51.968Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:29:51.969Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:30:51.969Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:30:51.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:31:51.971Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:31:51.971Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:32:51.972Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:32:51.973Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:33:51.973Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:33:51.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:34:51.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:34:51.975Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:35:51.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:35:51.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:36:51.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:36:51.977Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:37:51.977Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:37:51.978Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:38:51.978Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:38:51.978Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:39:51.979Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:39:51.980Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:40:51.980Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:40:51.981Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:41:51.982Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:41:51.982Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:42:51.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:42:51.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:43:51.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:43:51.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:44:51.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:44:51.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:45:51.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:45:51.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:46:51.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:46:51.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:47:51.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:47:51.988Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:48:51.988Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:48:51.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:49:51.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:49:51.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:50:51.990Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:50:51.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:51:51.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:51:51.992Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:52:51.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:52:51.993Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:53:51.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:53:51.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:54:51.995Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:54:51.995Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:55:51.996Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:55:51.996Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:56:51.997Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:56:51.997Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:57:51.997Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:57:51.998Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:58:51.998Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T02:58:51.999Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:59:51.999Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T02:59:52.000Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:00:52.000Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:00:52.001Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:01:52.002Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:01:52.002Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:02:52.003Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:02:52.003Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:03:52.004Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:03:52.004Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:04:52.004Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:04:52.005Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:05:52.005Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:05:52.006Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:06:52.007Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:06:52.006Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:07:52.008Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:07:52.008Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:08:52.008Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:08:52.008Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:09:52.009Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:09:52.010Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:10:52.010Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:10:52.011Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:11:52.011Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:11:52.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:12:52.013Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:12:52.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:13:52.014Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:13:52.014Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:14:52.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:14:52.016Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:15:52.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:15:52.017Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:16:52.018Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:16:52.019Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:17:52.018Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:17:52.020Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:18:52.020Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:18:52.021Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:19:52.020Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:19:52.021Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:20:52.021Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:20:52.022Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:21:52.022Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:21:52.023Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:22:52.023Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:22:52.023Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:23:52.024Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:23:52.025Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:24:52.025Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:24:52.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:25:52.027Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:25:52.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:26:52.028Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:26:52.029Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:27:52.030Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:27:52.029Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:28:52.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:28:52.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:29:52.032Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:29:52.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:30:52.032Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:30:52.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:31:52.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:31:52.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:32:52.034Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:32:52.035Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:33:52.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:33:52.035Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:34:52.037Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:34:52.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:35:52.038Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:35:52.039Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:36:52.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:36:52.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:37:52.041Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:37:52.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:38:52.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:38:52.043Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:39:52.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:39:52.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:40:52.044Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:40:52.044Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:41:52.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:41:52.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:42:52.046Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:42:52.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:43:52.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:43:52.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:44:52.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:44:52.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:45:52.049Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:45:52.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:46:52.049Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:46:52.051Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:47:52.051Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:47:52.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:48:52.052Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:48:52.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:49:52.053Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:49:52.054Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:50:52.054Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:50:52.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:51:52.054Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:51:52.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:52:52.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:52:52.056Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:53:52.056Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:53:52.056Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:54:52.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:54:52.057Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:55:52.058Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:55:52.059Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:56:52.059Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:56:52.060Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:57:52.060Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:57:52.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:58:52.061Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:58:52.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T03:59:52.063Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T03:59:52.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:00:52.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:00:52.065Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:01:52.065Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:01:52.066Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:02:52.067Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:02:52.066Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:03:52.068Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:03:52.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:04:52.068Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:04:52.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:05:52.070Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:05:52.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:06:52.071Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:06:52.080Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:07:52.072Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:07:52.080Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:08:52.072Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:08:52.081Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:09:52.073Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:09:52.082Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:10:52.074Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:10:52.083Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:11:52.074Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:11:52.083Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:12:52.076Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:12:52.085Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:13:52.076Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:13:52.085Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:14:52.077Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:14:52.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:15:52.077Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:15:52.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:16:52.079Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:16:52.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:17:52.079Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:17:52.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:18:52.080Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:18:52.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:19:52.080Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:19:52.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:20:52.081Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:20:52.090Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:21:52.083Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:21:52.092Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:22:20.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T04:22:20.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3f3f9171-adc3-4bce-951f-1cd54fd88fee","serviceName":"vFW 2023-03-30 04-20-08","serviceVersion":"1.0","serviceUUID":"78ab317f-b7b5-44b8-9da9-6d24368e22d7","serviceDescription":"catalog service description","serviceInvariantUUID":"be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f","resources":[{"resourceInstanceName":"vFW d0463564-17c8 0","resourceName":"vFW d0463564-17c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77d199fb-8a32-4ded-871a-03cb8669f0b3","resourceInvariantUUID":"1fda28dd-87d0-46d1-a19f-439cc04f727c","resourceCustomizationUUID":"17a5411c-3e34-4817-8cda-e816375573ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml","artifactChecksum":"YWRlNDg4ZjMyMDYzZGFhM2RkODY3ZTBjMmUzNTMxNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe10d9af-46dc-4c0b-a8c2-c0fade643e4c","artifactVersion":"1"},{"artifactName":"vfwd046356417c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json","artifactChecksum":"ZDM3M2FjNmI3OWJjZTI5ZTMxMGQ3MWM0ZTc2ZjhjYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"823401fb-5a63-4018-9065-f266cb4eed86","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f34920a-b80a-408a-92cb-6b5fcc10a13f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml","artifactChecksum":"OTBiMTdjZjlkNzc3NmUxZGZhMGU4M2ZkNjhiZTNjNDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e636a8dd-2523-4fb4-80a3-b6631ed0242e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7e5498d-4807-4009-8232-7757e2061e9c","artifactVersion":"2","generatedFromUUID":"2f34920a-b80a-408a-92cb-6b5fcc10a13f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230330042008-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml","artifactChecksum":"YWMwOGJiNmJiMjVmMzgwOTU1YmQzM2Y0YjA4ZDg1YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"365addb3-8573-4466-996b-2b5d3c2012b1","artifactVersion":"1"},{"artifactName":"service-Vfw20230330042008-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar","artifactChecksum":"MDUxZjQ0YzlmMDIwMTRlMWQ0Mjg1YmFjM2YwMDgxZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aab97d0-035a-43bd-b3f0-53d2d6990f52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T04:22:20.733Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:22:20.739Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:20.739Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:20.739Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:20.749Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to QyZ9cEH6SPm904G6uFZGYg
2023-03-30T04:22:20.749Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to QyZ9cEH6SPm904G6uFZGYg
2023-03-30T04:22:20.749Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to QyZ9cEH6SPm904G6uFZGYg
2023-03-30T04:22:20.750Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to QyZ9cEH6SPm904G6uFZGYg
2023-03-30T04:22:20.750Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to QyZ9cEH6SPm904G6uFZGYg
2023-03-30T04:22:20.750Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to QyZ9cEH6SPm904G6uFZGYg
2023-03-30T04:22:20.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:22:20.800Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:22:20.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:22:21.769Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:22:21.770Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:21.770Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:21.770Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:22.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:22:22.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:22.772Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:22.773Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:23.774Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:22:23.775Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:23.775Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:23.775Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:24.777Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:22:24.777Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:24.778Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:24.778Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:25.779Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:22:25.780Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:25.780Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:25.780Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:26.781Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:22:26.782Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:26.782Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:26.782Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:27.784Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "serviceName": "vFW 2023-03-30 04-20-08",
  "serviceVersion": "1.0",
  "serviceUUID": "78ab317f-b7b5-44b8-9da9-6d24368e22d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f",
  "resources": [
    {
      "resourceInstanceName": "vFW d0463564-17c8 0",
      "resourceCustomizationUUID": "17a5411c-3e34-4817-8cda-e816375573ee",
      "resourceName": "vFW d0463564-17c8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "77d199fb-8a32-4ded-871a-03cb8669f0b3",
      "resourceInvariantUUID": "1fda28dd-87d0-46d1-a19f-439cc04f727c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd046356417c80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
          "artifactChecksum": "ZDM3M2FjNmI3OWJjZTI5ZTMxMGQ3MWM0ZTc2ZjhjYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "823401fb-5a63-4018-9065-f266cb4eed86",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2f34920a-b80a-408a-92cb-6b5fcc10a13f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c7e5498d-4807-4009-8232-7757e2061e9c",
            "generatedFromUUID": "2f34920a-b80a-408a-92cb-6b5fcc10a13f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c7e5498d-4807-4009-8232-7757e2061e9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230330042008-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
      "artifactChecksum": "MDUxZjQ0YzlmMDIwMTRlMWQ0Mjg1YmFjM2YwMDgxZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aab97d0-035a-43bd-b3f0-53d2d6990f52"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T04:22:27.786Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T04:22:27.787Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78ab317f-b7b5-44b8-9da9-6d24368e22d7 ASDC
2023-03-30T04:22:27.866Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3f3f9171-adc3-4bce-951f-1cd54fd88fee
ServiceName:vFW 2023-03-30 04-20-08
ServiceVersion:1.0
ServiceUUID:78ab317f-b7b5-44b8-9da9-6d24368e22d7
ServiceInvariantUUID:be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230330042008-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar
ArtifactUUID:5aab97d0-035a-43bd-b3f0-53d2d6990f52
ArtifactChecksum:MDUxZjQ0YzlmMDIwMTRlMWQ0Mjg1YmFjM2YwMDgxZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d0463564-17c8 0
ResourceCustomizationUUID:17a5411c-3e34-4817-8cda-e816375573ee
ResourceInvariantUUID:1fda28dd-87d0-46d1-a19f-439cc04f727c
ResourceName:vFW d0463564-17c8
ResourceType:VF
ResourceUUID:77d199fb-8a32-4ded-871a-03cb8669f0b3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd046356417c80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json
ArtifactUUID:823401fb-5a63-4018-9065-f266cb4eed86
ArtifactChecksum:ZDM3M2FjNmI3OWJjZTI5ZTMxMGQ3MWM0ZTc2ZjhjYjI=
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/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml
ArtifactUUID:2f34920a-b80a-408a-92cb-6b5fcc10a13f
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/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env
ArtifactUUID:c7e5498d-4807-4009-8232-7757e2061e9c
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/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env
ArtifactUUID:c7e5498d-4807-4009-8232-7757e2061e9c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T04:22:27.866Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78ab317f-b7b5-44b8-9da9-6d24368e22d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T04:22:28.087Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:22:28.088Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:22:28.090Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:22:28.090Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5aab97d0-035a-43bd-b3f0-53d2d6990f52 from URL: /sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:28.090Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:22:28.091Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:28.220Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T04:22:28.248Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar 5aab97d0-035a-43bd-b3f0-53d2d6990f52 101451
2023-03-30T04:22:28.249Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar ASDC sendASDCNotification
2023-03-30T04:22:28.250Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:28.251Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T04:22:28.251Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:28.252Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:28.252Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150148249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:29.253Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:22:29.254Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:22:29.254Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5aab97d0-035a-43bd-b3f0-53d2d6990f52, URL: /sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar to file: /app/ASDC/1/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:29.255Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230330042008-csar.csar
2023-03-30T04:22:29.339Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:29.340Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:29.769Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3770147021636361532/Definitions/service-Vfw20230330042008-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-30T04:22:32.161Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.165Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.166Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.166Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.166Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.166Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.166Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.166Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d0463564-17c8 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-Vfw20230330042008-csar.csar
2023-03-30T04:22:32.166Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T04:22:32.172Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.173Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:32.176Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:32.177Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T04:22:32.178Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T04:22:32.179Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.179Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:32.179Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:32.179Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T04:22:32.179Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T04:22:32.179Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.179Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:32.182Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.182Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is not matching search criteria
2023-03-30T04:22:32.182Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.183Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-30T04:22:32.184Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.184Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T04:22:32.184Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.184Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:32.185Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-30T04:22:32.186Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=844df815-af78-404a-9559-9bac8ffe60e2
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-30T04:22:32.187Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e5e65259-9e13-46ff-87b5-39db6d726204
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is not matching search criteria
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-30T04:22:32.188Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=496ed1ed-f7e5-468c-af9b-bd4cad9e74a1
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.189Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:32.190Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.190Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:32.190Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:32.190Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:32.190Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-30 04-20-08
Description:catalog service description
Model UUID:78ab317f-b7b5-44b8-9da9-6d24368e22d7
Model Version:NULL
Model InvariantUuid:be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d0463564-17c8
Model UUID:4e346cb9-05cc-44cf-8bff-f1c14b2c2e07
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1fda28dd-87d0-46d1-a19f-439cc04f727c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:17a5411c-3e34-4817-8cda-e816375573ee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bfdfe300-4d82-4938-9bed-4b7d845e14fa
ModelName:VfwD046356417c8..base_vfw..module-0
ModelUuid:e8d73e3c-426a-40f7-a3d1-04f1ed5ce3e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:844df815-af78-404a-9559-9bac8ffe60e2
ModelInvariantUuid:d6299f5c-054b-4f58-ad8a-47f8616376ea
ModelName:vFW d0463564-17c8-nodes.vfwCvfc
ModelUuid:d8d8187b-178f-4144-b40b-3924f6b18785
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac033a86-ef9b-4a43-95e0-e53786faf05d
ModelInvariantUuid:25c79bd4-0ee2-4454-8be1-e48b676afdd0
ModelName:VfwD046356417c8.compute.nodes.heat.vfw
ModelUuid:17d74f0d-208a-4fde-9c45-06577d7e6b00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e5e65259-9e13-46ff-87b5-39db6d726204
ModelInvariantUuid:4988ff9e-d277-4fd5-92ae-f5c9bdb2d5ac
ModelName:vFW d0463564-17c8-nodes.vsnCvfc
ModelUuid:a3711dc2-cfad-4ae5-a5fb-b85961d9945f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:749defe3-b2ec-4fc6-a97b-9e1438a00800
ModelInvariantUuid:cde4c369-287d-430f-9019-468222e702f1
ModelName:VfwD046356417c8.compute.nodes.heat.vsn
ModelUuid:1fbe3994-4d52-4bce-af0e-bfa41fbd81d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:496ed1ed-f7e5-468c-af9b-bd4cad9e74a1
ModelInvariantUuid:cfa05244-6c40-4e9d-a32f-69f98b7782a0
ModelName:vFW d0463564-17c8-nodes.vpgCvfc
ModelUuid:bfd6357f-8182-40dd-b23e-16a575168c1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01af6f30-a9e4-4f87-a3a3-e16ee17718bc
ModelInvariantUuid:81a2af44-23b8-49c9-8b7a-5fd007b0ee1f
ModelName:VfwD046356417c8.compute.nodes.heat.vpg
ModelUuid:17c2de52-693f-4259-9b78-7d00c3929c3a
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-30T04:22:32.229Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 77d199fb-8a32-4ded-871a-03cb8669f0b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:22:32.280Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||vFW d0463564-17c8 0
2023-03-30T04:22:32.288Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77d199fb-8a32-4ded-871a-03cb8669f0b3
2023-03-30T04:22:32.288Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 823401fb-5a63-4018-9065-f266cb4eed86 from URL: /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json
2023-03-30T04:22:32.288Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:22:32.288Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json
2023-03-30T04:22:32.381Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T04:22:32.382Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json 823401fb-5a63-4018-9065-f266cb4eed86 785
2023-03-30T04:22:32.382Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json ASDC sendASDCNotification
2023-03-30T04:22:32.382Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json
2023-03-30T04:22:32.383Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T04:22:32.383Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:32.383Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:32.384Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150152382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:33.386Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD046356417c8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bfdfe300-4d82-4938-9bed-4b7d845e14fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8d73e3c-426a-40f7-a3d1-04f1ed5ce3e3",
    "vfModuleModelCustomizationUUID": "4c85c8a9-2897-4d33-bdb2-b5faa7da93cf",
    "isBase": true,
    "artifacts": [
      "2f34920a-b80a-408a-92cb-6b5fcc10a13f",
      "c7e5498d-4807-4009-8232-7757e2061e9c"
    ],
    "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-30T04:22:33.409Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD046356417c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8d73e3c-426a-40f7-a3d1-04f1ed5ce3e3
VfModuleModelInvariantUUID:bfdfe300-4d82-4938-9bed-4b7d845e14fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f34920a-b80a-408a-92cb-6b5fcc10a13f
,
c7e5498d-4807-4009-8232-7757e2061e9c

}
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-30T04:22:33.411Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD046356417c8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bfdfe300-4d82-4938-9bed-4b7d845e14fa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8d73e3c-426a-40f7-a3d1-04f1ed5ce3e3",
    "vfModuleModelCustomizationUUID": "4c85c8a9-2897-4d33-bdb2-b5faa7da93cf",
    "isBase": true,
    "artifacts": [
      "2f34920a-b80a-408a-92cb-6b5fcc10a13f",
      "c7e5498d-4807-4009-8232-7757e2061e9c"
    ],
    "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-30T04:22:33.411Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD046356417c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8d73e3c-426a-40f7-a3d1-04f1ed5ce3e3
VfModuleModelInvariantUUID:bfdfe300-4d82-4938-9bed-4b7d845e14fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f34920a-b80a-408a-92cb-6b5fcc10a13f
,
c7e5498d-4807-4009-8232-7757e2061e9c

}
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-30T04:22:33.411Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f34920a-b80a-408a-92cb-6b5fcc10a13f from URL: /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml
2023-03-30T04:22:33.411Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:22:33.412Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml
2023-03-30T04:22:33.507Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T04:22:33.508Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml 2f34920a-b80a-408a-92cb-6b5fcc10a13f 20368
2023-03-30T04:22:33.508Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-30T04:22:33.508Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml
2023-03-30T04:22:33.508Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T04:22:33.508Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:33.509Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:33.509Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150153508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:34.510Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c7e5498d-4807-4009-8232-7757e2061e9c from URL: /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env
2023-03-30T04:22:34.510Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:22:34.510Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env
2023-03-30T04:22:34.603Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T04:22:34.604Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env c7e5498d-4807-4009-8232-7757e2061e9c 2098
2023-03-30T04:22:34.604Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-30T04:22:34.604Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env
2023-03-30T04:22:34.604Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T04:22:34.604Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:34.605Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:34.605Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150154604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:35.606Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 78ab317f-b7b5-44b8-9da9-6d24368e22d7
2023-03-30T04:22:35.606Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d0463564-17c8 0 77d199fb-8a32-4ded-871a-03cb8669f0b3 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-30T04:22:35.666Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7113a18a, org.onap.sdc.toscaparser.api.parameters.Input@7610efbf, org.onap.sdc.toscaparser.api.parameters.Input@7ef4ca3e, org.onap.sdc.toscaparser.api.parameters.Input@65f378a5, org.onap.sdc.toscaparser.api.parameters.Input@9009a60]
2023-03-30T04:22:35.669Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.670Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.670Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-30T04:22:35.670Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 17a5411c-3e34-4817-8cda-e816375573ee
2023-03-30T04:22:35.670Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17a5411c-3e34-4817-8cda-e816375573ee matches Tosca VF Customization UUID: 17a5411c-3e34-4817-8cda-e816375573ee
2023-03-30T04:22:35.670Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 17a5411c-3e34-4817-8cda-e816375573ee  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-30T04:22:35.678Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.678Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.679Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 17a5411c-3e34-4817-8cda-e816375573ee: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-30T04:22:35.679Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e354f52
2023-03-30T04:22:35.679Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.680Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T04:22:35.680Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c85c8a9-2897-4d33-bdb2-b5faa7da93cf
2023-03-30T04:22:35.681Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c85c8a9-2897-4d33-bdb2-b5faa7da93cf
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-30T04:22:35.689Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.689Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:35.689Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:35.690Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.690Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:35.690Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:35.690Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.690Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is not matching search criteria
2023-03-30T04:22:35.690Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-30T04:22:35.690Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.691Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=844df815-af78-404a-9559-9bac8ffe60e2
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-30T04:22:35.715Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.715Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:35.715Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:35.715Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.715Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-30T04:22:35.716Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-30T04:22:35.717Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-30T04:22:35.717Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:35.717Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-30T04:22:35.717Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.717Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e5e65259-9e13-46ff-87b5-39db6d726204
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-30T04:22:35.721Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.722Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:35.722Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:35.724Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-30T04:22:35.725Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-30T04:22:35.726Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=496ed1ed-f7e5-468c-af9b-bd4cad9e74a1
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-30T04:22:35.730Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.730Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:35.730Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:22:35.730Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.730Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Node template vFW d0463564-17c8 0 is matching search criteria
2023-03-30T04:22:35.731Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d0463564-17c8 0] matching following query criteria: sdcType=VF, customizationUUID=17a5411c-3e34-4817-8cda-e816375573ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:22:35.736Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.736Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.737Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 78ab317f-b7b5-44b8-9da9-6d24368e22d7: vFW d0463564-17c8
2023-03-30T04:22:35.737Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.737Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.737Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.737Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.738Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.738Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.738Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.738Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.738Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:22:35.738Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-30 04-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:22:35.738Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-30 04-20-08 
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-30T04:22:36.379Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d0463564-17c8 77d199fb-8a32-4ded-871a-03cb8669f0b3 1 ASDC deployResourceStructure
2023-03-30T04:22:36.380Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json ASDC sendASDCNotification
2023-03-30T04:22:36.380Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json
2023-03-30T04:22:36.380Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T04:22:36.381Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:36.381Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:36.381Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150156380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:37.382Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-30T04:22:37.383Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml
2023-03-30T04:22:37.383Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T04:22:37.383Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:37.383Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:37.384Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150157382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:38.385Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-30T04:22:38.385Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env
2023-03-30T04:22:38.385Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T04:22:38.385Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:38.386Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:38.386Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150158385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:39.387Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar ASDC sendASDCNotification
2023-03-30T04:22:39.387Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar
2023-03-30T04:22:39.388Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T04:22:39.388Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:22:39.389Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:22:39.389Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150159387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:40.391Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:22:40.442Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:22:40.449Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T04:22:40.449Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:22:40.449Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:22:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:22:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:22:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150121481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:22:51.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:10.449Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:23:10.476Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:23:10.480Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T04:23:10.480Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:23:10.480Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:23:40.480Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:23:40.510Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:23:40.517Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T04:23:40.517Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:23:40.518Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:23:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:23:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150136079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150141199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150125225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150121481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150136079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150141199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150125225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150121481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150136079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150141199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150125225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150121481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.789Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150136079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.790Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150141199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.790Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150125225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.791Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.791Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150121481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.792Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.792Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150136079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150141199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150125225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.793Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.794Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.794Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150121481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.794Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.794Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.794Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150136079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150141199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.795Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150125225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.796Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150123867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.797Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150121481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.797Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150112092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.798Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.801Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150136079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.801Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150141199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.802Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150125225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.803Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150148887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.803Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150148147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150149315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150148464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150148249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.806Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150149166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.806Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150150453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.806Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150150172,
  "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-30T04:23:51.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f3f9171-adc3-4bce-951f-1cd54fd88fee
2023-03-30T04:23:51.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3f9171-adc3-4bce-951f-1cd54fd88fee 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-30T04:23:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.858Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150151561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.858Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150152816,
  "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-30T04:23:51.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f3f9171-adc3-4bce-951f-1cd54fd88fee
2023-03-30T04:23:51.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3f9171-adc3-4bce-951f-1cd54fd88fee 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-30T04:23:51.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150152382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150153820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150153508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150154604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150156380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.892Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150157382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150158385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150158758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150159549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150159387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150158758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vfwd046356417c80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150160554,
  "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-30T04:23:51.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3f3f9171-adc3-4bce-951f-1cd54fd88fee
2023-03-30T04:23:51.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3f9171-adc3-4bce-951f-1cd54fd88fee 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-30T04:23:51.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150158758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150158758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150158758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/resourceInstances/vfwd046356417c80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150158758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150158758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150166655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150171788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230330042008/1.0/artifacts/service-Vfw20230330042008-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T04:23:51.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:24:10.518Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:24:10.559Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:24:10.567Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T04:24:10.568Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T04:24:10.568Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:24:10.568Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:24:40.568Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:24:40.593Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:24:40.598Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T04:24:40.598Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T04:24:40.598Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:24:40.598Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:24:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:24:51.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:24:51.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150172794,
  "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-30T04:24:51.783Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3f3f9171-adc3-4bce-951f-1cd54fd88fee
2023-03-30T04:24:51.783Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f3f9171-adc3-4bce-951f-1cd54fd88fee 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-30T04:25:10.598Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:25:10.622Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T04:25:10.627Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-30T04:25:10.647Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T04:25:40.648Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T04:25:40.664Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3f3f9171-adc3-4bce-951f-1cd54fd88fee and serviceModelVersionId: 78ab317f-b7b5-44b8-9da9-6d24368e22d7
2023-03-30T04:25:40.665Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f
2023-03-30T04:25:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:25:52.474Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f/model-vers/model-ver/78ab317f-b7b5-44b8-9da9-6d24368e22d7?depth=0
2023-03-30T04:25:52.583Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T04:25:53.059Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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/be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f/model-vers/model-ver/78ab317f-b7b5-44b8-9da9-6d24368e22d7?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-30T04:25:53.063Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f/model-vers/model-ver/78ab317f-b7b5-44b8-9da9-6d24368e22d7?depth=0|INFO|500||Invoke
2023-03-30T04:25:53.087Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f/model-vers/model-ver/78ab317f-b7b5-44b8-9da9-6d24368e22d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T04:25:53.399Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f/model-vers/model-ver/78ab317f-b7b5-44b8-9da9-6d24368e22d7?depth=0|INFO|500||InvokeReturn
2023-03-30T04:25:53.400Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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/be4f3dbe-1ca5-43f5-8fd9-ffc3f975519f/model-vers/model-ver/78ab317f-b7b5-44b8-9da9-6d24368e22d7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 04:25:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[289], vertex-id=[323816], x-aai-txid=[1-aai-resources-230330-04:25:53:537-20124], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T04:25:53.401Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T04:25:53.406Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T04:25:53.406Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-30T04:25:53.421Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|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-30T04:25:53.438Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3f3f9171-adc3-4bce-951f-1cd54fd88fee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T04:25:53.439Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T04:25:53.440Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:25:53.440Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:25:53.441Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150353438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:25:53.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T04:25:53.462Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3f3f9171-adc3-4bce-951f-1cd54fd88fee",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150353438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T04:25:53.463Z||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-30T04:25:54.483Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:26:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:26:54.483Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:27:50.308Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T04:27:50.308Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T04:27:50.313Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:27:50.313Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:50.314Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:50.314Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:50.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T04:27:50.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150455179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:27:50.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:27:51.315Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:27:51.316Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:51.316Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:51.316Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:51.760Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T04:27:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150449911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:27:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:27:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T04:27:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150455225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:27:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:27:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T04:27:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150451183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:27:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:27:52.317Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:27:52.318Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:52.318Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:52.318Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:53.319Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:27:53.319Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:53.319Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:53.320Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:54.320Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:27:54.321Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:54.321Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:54.321Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:55.322Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:27:55.322Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:55.323Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:55.323Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:56.324Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:27:56.324Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:56.324Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:56.324Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:57.327Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T04:27:57.327Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T04:27:57.327Z|3f3f9171-adc3-4bce-951f-1cd54fd88fee|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T04:27:57.328Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T04:27:57.328Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T04:27:57.416Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:27:57.417Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:27:57.417Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:27:57.417Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:27:57.417Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:27:57.417Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:27:57.535Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T04:27:57.537Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e 75667
2023-03-30T04:27:57.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T04:27:57.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:27:57.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T04:27:57.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:27:57.539Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:27:57.539Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150477537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:27:58.541Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:27:58.542Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:27:58.542Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e, URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar to file: /app/ASDC/1/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:27:58.543Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:27:58.543Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:27:58.543Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:27:58.653Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10329867555137976407/Definitions/service-BasicOnboardUtnpbn-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-30T04:28:00.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UtNPbN 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-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UtNPbN 0 is matching search criteria
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T04:28:00.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UtNPbN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UtNPbN 0 is matching search criteria
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UtNPbN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UtNPbN 0 is not matching search criteria
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-30T04:28:00.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UtNPbN 0 is matching search criteria
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UtNPbN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UtNPbN 0 is matching search criteria
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UtNPbN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:28:00.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UtNPbN 0 is matching search criteria
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_UtNPbN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_UtNPbN 0 is not matching search criteria
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7f9243a7-1c1d-4960-b973-cc8ec8edb86e
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:28:00.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T04:28:00.169Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_UtNPbN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T04:28:00.169Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UtNPbN
Description:service
Model UUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
Model Version:NULL
Model InvariantUuid:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UtNPbN
Model UUID:bc08481f-136b-4913-822b-da26455f50ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:234f0bae-37c6-4589-95e6-cee497093ac3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e45f7f9d-8a90-4fc8-91e7-549ba7f3ab92
ModelName:BasicOnboardUtnpbn..base_ubuntu18..module-0
ModelUuid:8ce81cf1-5748-497a-ac3e-f7d9a7d6d5db
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f9243a7-1c1d-4960-b973-cc8ec8edb86e
ModelInvariantUuid:04a46931-4a3f-4a0e-86eb-0339fd75c22e
ModelName:basic_onboard_UtNPbN-nodes.ubuntu18Cvfc
ModelUuid:28e75198-ef07-4a77-b15d-e77f08d5e58b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:40f5200e-5dee-450f-8fce-f4199cb0611a
ModelInvariantUuid:d677d6a8-3492-4fbc-8b54-dc8d12774dc7
ModelName:BasicOnboardUtnpbn.compute.nodes.heat.ubuntu18
ModelUuid:a2a0c298-95f6-4229-9a1a-dbdc5375b16e
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-30T04:28:00.185Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:28:00.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T04:28:00.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T04:28:00.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:28:00.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:28:00.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:28:00.281Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:28:00.282Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@13cf679a
2023-03-30T04:28:00.283Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:28:00.284Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:28:00.287Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:28:00.291Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T04:28:00.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T04:28:00.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:28:00.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:28:00.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:28:00.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150480287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:28:01.313Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T04:28:01.314Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:28:01.340Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:28:01.345Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:28:01.346Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:28:31.346Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:28:31.372Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:28:31.377Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:28:31.377Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:28:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:28:51.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:28:51.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:28:51.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150454836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:28:51.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:28:51.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150449911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:28:51.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:28:51.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.767Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150455179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:28:51.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:28:51.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.767Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150455225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:28:51.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:28:51.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.768Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:28:51.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:28:51.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150454836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:28:51.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:28:51.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:28:51.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150451183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:28:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:01.377Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:29:01.407Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:29:01.413Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:29:01.414Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:29:31.414Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:29:31.442Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:29:31.449Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:29:31.449Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:29:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:29:51.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.767Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150449911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.768Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150455225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150454836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150451183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150455179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150449911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150455179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150451183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150454836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150455225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150449911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150455225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150454836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150451183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150455179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150449911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150455179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150451183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150455225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150454836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150449911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150455225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150451183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680150455179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150454836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150414483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150478641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680150478238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150477505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150477802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:29:51.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150477537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:29:51.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150478509,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T04:29:51.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150479787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T04:29:51.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680150479510,
  "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-30T04:29:51.802Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef1a062f-f5ae-4d29-8cad-cb6e363ec892
2023-03-30T04:29:51.802Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef1a062f-f5ae-4d29-8cad-cb6e363ec892 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-30T04:29:51.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150480879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/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-30T04:29:51.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150480287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:29:51.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150481885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/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-30T04:29:51.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.827Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680150482948,
  "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-30T04:29:51.840Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of ef1a062f-f5ae-4d29-8cad-cb6e363ec892
2023-03-30T04:29:51.840Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef1a062f-f5ae-4d29-8cad-cb6e363ec892 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-30T04:29:51.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.862Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150483597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T04:29:51.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.862Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "aai-model-loader",
  "timestamp": 1680150484599,
  "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-30T04:29:51.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef1a062f-f5ae-4d29-8cad-cb6e363ec892
2023-03-30T04:29:51.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef1a062f-f5ae-4d29-8cad-cb6e363ec892 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-30T04:29:51.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150488758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150488758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150488758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.894Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150488758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.894Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150488758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150488758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150488758,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150496540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T04:29:51.895Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680150497546,
  "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-30T04:29:51.907Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of ef1a062f-f5ae-4d29-8cad-cb6e363ec892
2023-03-30T04:29:51.907Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef1a062f-f5ae-4d29-8cad-cb6e363ec892 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-30T04:30:01.450Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:30:01.477Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:30:01.485Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:30:01.485Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:30:31.486Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:30:31.509Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:30:31.515Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:30:31.515Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:30:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:31:01.515Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:31:01.543Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:31:01.549Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:31:01.549Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:31:31.549Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:31:31.575Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:31:31.583Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:31:31.583Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:31:51.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:32:01.584Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:32:01.612Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:32:01.620Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:32:01.620Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:32:31.621Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:32:31.650Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:32:31.656Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:32:31.656Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:32:50.158Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:32:50.159Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-e9caee0c-4338-4a5e-8f2f-7fb21297d54c 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-30T04:32:50.160Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T04:32:50.160Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T04:32:51.764Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:32:52.299Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:32:52.317Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:32:52.318Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:32:52.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:32:52.327Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T04:32:52.344Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:32:52.345Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:32:52.346Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:32:52.354Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:32:52.354Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:32:52.354Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:32:52.356Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=138, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:32:52.356Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:32:52.356Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:01.657Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T04:33:01.657Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T04:33:01.670Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T04:33:01.670Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T04:33:01.672Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T04:33:01.680Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T04:33:01.715Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T04:33:01.715Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T04:33:01.723Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T04:33:01.889Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T04:33:01.889Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 04:33:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-04:33:02:168-1662], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T04:33:01.890Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T04:33:01.890Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T04:33:01.890Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:33:01.899Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:33:01.899Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T04:33:01.900Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T04:33:01.900Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:01.900Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:01.900Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150781899,
  "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-30T04:33:01.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:33:01.932Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150781899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T04:33:01.933Z||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-30T04:33:02.933Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:33:02.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T04:33:02.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:33:02.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:33:02.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:33:02.936Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:33:02.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-06c114d1-3b14-4b93-943a-d2a0f6692b7a
2023-03-30T04:33:02.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:33:02.943Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:33:02.943Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:33:04.442Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:07.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:10.461Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:13.472Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:16.480Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:19.490Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:22.499Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:25.508Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:28.517Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:31.526Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:34.535Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:37.546Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:40.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:43.564Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:46.574Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:49.587Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:33:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:51.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:51.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:33:51.781Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:33:51.782Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-06c114d1-3b14-4b93-943a-d2a0f6692b7a', protocol='range'}
2023-03-30T04:33:51.787Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-06c114d1-3b14-4b93-943a-d2a0f6692b7a=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-30T04:33:51.803Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:33:51.804Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-06c114d1-3b14-4b93-943a-d2a0f6692b7a', protocol='range'}
2023-03-30T04:33:51.804Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:51.804Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:51.804Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:33:51.805Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:33:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:33:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:33:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:33:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:33:51.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:33:51.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:51.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:51.810Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:33:51.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=139, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:33:51.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:51.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:33:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T04:33:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T04:33:52.833Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:33:52.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:52.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:52.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:52.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:33:52.857Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:33:52.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:33:53.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:33:53.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:53.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:53.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:54.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:33:54.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:54.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:54.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:55.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:33:55.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:55.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:55.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:56.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:33:56.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:56.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:56.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:57.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:33:57.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:57.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:57.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:58.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:33:58.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:58.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:58.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:33:59.847Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T04:33:59.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T04:33:59.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T04:33:59.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T04:33:59.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T04:33:59.920Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:33:59.921Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:33:59.922Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:33:59.922Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:33:59.922Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:33:59.923Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:33:59.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:33:59.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b7256ae
2023-03-30T04:33:59.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:33:59.959Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:33:59.959Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:33:59.959Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T04:33:59.959Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T04:33:59.960Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:33:59.961Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:33:59.961Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:33:59.961Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150839959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:34:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T04:34:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:34:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T04:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T04:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:34:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:34:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@54573de2
2023-03-30T04:34:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:34:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:34:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:34:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T04:34:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T04:34:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:34:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:34:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:34:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150841014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:34:02.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T04:34:02.016Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:34:02.046Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:34:02.051Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:34:02.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:34:32.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:34:32.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:34:32.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:34:32.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:34:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:34:51.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.770Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:34:51.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:34:51.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:34:51.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:34:51.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:34:51.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:34:51.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150839959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:34:51.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:34:51.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T04:34:51.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680150841014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:34:51.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:35:02.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:35:02.110Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:35:02.116Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:35:02.116Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:35:32.123Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:35:32.151Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:35:32.157Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:35:32.157Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:35:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:36:02.158Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:36:02.188Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:36:02.194Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:36:02.194Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:36:32.194Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:36:32.225Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:36:32.231Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:36:32.231Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:36:51.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:37:02.231Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:37:02.259Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:37:02.264Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:37:02.265Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:37:32.265Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:37:32.296Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:37:32.302Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:37:32.302Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:37:51.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:38:02.207Z||kafka-producer-network-thread | SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-796a013d-4367-48da-ad9c-6f9ff936397f] Node 1 disconnected.
2023-03-30T04:38:02.303Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:38:02.326Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:38:02.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:38:02.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:38:32.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:38:32.359Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:38:32.365Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:38:32.365Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:38:51.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:38:52.886Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:38:52.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-06c114d1-3b14-4b93-943a-d2a0f6692b7a 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-30T04:38:52.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T04:38:52.887Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T04:38:55.225Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:38:55.241Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:38:55.241Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:38:55.247Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:38:55.247Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T04:38:55.263Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:38:55.263Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:38:55.263Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:38:55.268Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:38:55.268Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:38:55.268Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:38:55.268Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=148, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:38:55.268Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:38:55.268Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:02.366Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T04:39:02.366Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T04:39:02.378Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T04:39:02.379Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T04:39:02.379Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T04:39:02.384Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T04:39:02.473Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T04:39:02.474Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce73d2de-6e71-4ff9-9755-774aad704bc9], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T04:39:02.482Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T04:39:02.675Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 04:39:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[188], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-04:39:02:927-55861], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T04:39:02.675Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T04:39:02.677Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T04:39:02.677Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T04:39:02.677Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:39:02.684Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:39:02.684Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T04:39:02.684Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T04:39:02.685Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:02.685Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:02.685Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151142684,
  "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-30T04:39:02.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T04:39:02.716Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151142684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T04:39:02.717Z||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-30T04:39:03.717Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:39:03.717Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T04:39:03.718Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:39:03.718Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:39:03.718Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:39:03.719Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:39:03.724Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-8246b4fe-3c11-4708-8a15-1557c0d09367
2023-03-30T04:39:03.724Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:39:03.725Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:39:03.725Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:39:04.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:07.411Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:10.421Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:13.430Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:16.440Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:19.449Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:22.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:25.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:28.475Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:31.484Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:34.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:37.500Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:40.512Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:43.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:46.534Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:49.544Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:39:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:51.777Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.777Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:39:51.782Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:39:51.783Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-8246b4fe-3c11-4708-8a15-1557c0d09367', protocol='range'}
2023-03-30T04:39:51.787Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-8246b4fe-3c11-4708-8a15-1557c0d09367=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-30T04:39:51.804Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:39:51.804Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-8246b4fe-3c11-4708-8a15-1557c0d09367', protocol='range'}
2023-03-30T04:39:51.805Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.805Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.805Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:39:51.806Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:39:51.811Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:39:51.811Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:39:51.811Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=149, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:39:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:39:51.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:39:51.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:39:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:39:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:39:52.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T04:39:52.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T04:39:52.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:39:52.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:52.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:52.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:52.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:39:52.862Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:39:52.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:39:53.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:39:53.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:53.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:53.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:54.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:39:54.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:54.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:54.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:55.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:39:55.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:55.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:55.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:56.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:39:56.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:56.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:56.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:57.847Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:39:57.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:57.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:57.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:58.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:39:58.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:58.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:58.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:39:59.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T04:39:59.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T04:39:59.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T04:39:59.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T04:39:59.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T04:39:59.914Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:39:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:39:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:39:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:39:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:39:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:39:59.945Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:39:59.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b7af260
2023-03-30T04:39:59.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:39:59.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:39:59.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:39:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T04:39:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T04:39:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:39:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:39:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:39:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151199946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:40:00.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T04:40:00.976Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:40:00.977Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:40:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T04:40:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T04:40:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:40:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:40:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:40:01.011Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:40:01.011Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@48e8aad7
2023-03-30T04:40:01.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:40:01.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:40:01.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:40:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T04:40:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T04:40:01.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:40:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:40:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:40:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151201013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:40:02.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T04:40:02.016Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:40:02.041Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:40:02.047Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:40:02.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:40:32.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:40:32.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:40:32.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:40:32.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:40:51.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:40:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:40:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:40:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:40:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:40:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151143717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151199946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:40:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:40:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:40:51.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151201013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:40:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:41:02.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:41:02.115Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:41:02.121Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:41:02.121Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:41:32.122Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:41:32.159Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:41:32.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:41:32.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:41:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:42:02.166Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:42:02.193Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:42:02.198Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:42:02.198Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:42:32.199Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:42:32.230Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:42:32.236Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:42:32.237Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:42:51.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:43:02.237Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:43:02.267Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:43:02.273Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:43:02.273Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:43:32.273Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:43:32.299Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:43:32.305Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:43:32.305Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:43:51.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:44:02.306Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:44:02.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:44:02.345Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:44:02.345Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:44:32.346Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:44:32.380Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:44:32.386Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:44:32.387Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:44:51.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:44:52.863Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:44:52.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-8246b4fe-3c11-4708-8a15-1557c0d09367 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-30T04:44:52.864Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T04:44:52.864Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T04:44:55.222Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:44:55.238Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:44:55.238Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:44:55.244Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:44:55.245Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T04:44:55.259Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:44:55.260Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:44:55.260Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:44:55.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:44:55.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:44:55.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:44:55.266Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=158, 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-30T04:44:55.266Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:44:55.266Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:02.387Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T04:45:02.388Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T04:45:02.402Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T04:45:02.402Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T04:45:02.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T04:45:02.411Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T04:45:02.447Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T04:45:02.448Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8a6476a-7d83-4931-9178-c1862ad412d2], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T04:45:02.456Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T04:45:02.696Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 04:45:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[215], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-04:45:02:903-25003], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T04:45:02.696Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T04:45:02.697Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T04:45:02.698Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T04:45:02.698Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:45:02.710Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:45:02.710Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T04:45:02.711Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T04:45:02.711Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:02.711Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:02.711Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151502711,
  "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-30T04:45:02.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:45:02.731Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151502711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T04:45:02.732Z||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-30T04:45:03.744Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:45:03.745Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T04:45:03.745Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:45:03.745Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:45:03.745Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:45:03.745Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:45:03.749Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-af1cb284-e69a-41d4-83d6-5c99ed23cbb8
2023-03-30T04:45:03.749Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:45:03.750Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:45:03.750Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:45:04.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:07.450Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:10.460Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:13.468Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:16.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:19.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:22.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:25.505Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:28.515Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:31.524Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:34.534Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:37.543Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:40.552Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:43.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:46.574Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:49.583Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:45:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:51.783Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.784Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:45:51.790Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:45:51.790Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-af1cb284-e69a-41d4-83d6-5c99ed23cbb8', protocol='range'}
2023-03-30T04:45:51.794Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-af1cb284-e69a-41d4-83d6-5c99ed23cbb8=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-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T04:45:51.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:45:51.817Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-af1cb284-e69a-41d4-83d6-5c99ed23cbb8', protocol='range'}
2023-03-30T04:45:51.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.818Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:45:51.818Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:45:51.823Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.823Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:45:51.824Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.824Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:45:51.824Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.824Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=159, 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-30T04:45:51.824Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:45:51.824Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.824Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:45:51.824Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:45:51.824Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:45:51.825Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:45:52.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T04:45:52.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T04:45:52.847Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:45:52.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:52.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:52.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:52.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:45:52.869Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:45:52.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:45:53.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:45:53.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:53.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:53.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:54.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:45:54.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:54.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:54.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:55.853Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:45:55.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:55.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:55.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:56.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:45:56.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:56.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:56.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:57.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:45:57.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:57.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:57.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:58.858Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:45:58.859Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:58.859Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:58.859Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:45:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T04:45:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T04:45:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T04:45:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T04:45:59.862Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T04:45:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:45:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:45:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:45:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:45:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:45:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:45:59.938Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:45:59.938Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@49038097
2023-03-30T04:45:59.938Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:45:59.938Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:45:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:45:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T04:45:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T04:45:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:45:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:45:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:45:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151559939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:46:00.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T04:46:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:46:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:46:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T04:46:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T04:46:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:46:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:46:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:46:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:46:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f04621
2023-03-30T04:46:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:46:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:46:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:46:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T04:46:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T04:46:00.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:46:00.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:46:00.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:46:00.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151560986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:46:01.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T04:46:01.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:46:02.019Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:46:02.025Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:46:02.025Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:46:32.025Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:46:32.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:46:32.054Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:46:32.054Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:46:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:46:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:46:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:46:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:46:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:46:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151503744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:46:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:46:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151559939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:46:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:46:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:46:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151560986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:46:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:47:02.055Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:47:02.078Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:47:02.083Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:47:02.083Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:47:32.084Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:47:32.106Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:47:32.111Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:47:32.111Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:47:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:48:02.111Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:48:02.133Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:48:02.139Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:48:02.140Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:48:32.141Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:48:32.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:48:32.170Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:48:32.170Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:48:51.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:49:02.170Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:49:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:49:02.197Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:49:02.197Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:49:32.197Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:49:32.221Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:49:32.227Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:49:32.228Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:49:51.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:50:02.228Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:50:02.253Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:50:02.259Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:50:02.259Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:50:32.259Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:50:32.284Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:50:32.289Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:50:32.289Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:50:51.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:50:52.873Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:50:52.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-af1cb284-e69a-41d4-83d6-5c99ed23cbb8 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-30T04:50:52.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T04:50:52.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T04:50:55.230Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:50:55.244Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:50:55.245Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:50:55.250Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:50:55.250Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T04:50:55.267Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:50:55.267Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:50:55.267Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:50:55.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:50:55.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:50:55.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:50:55.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=168, 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-30T04:50:55.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:50:55.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:02.289Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T04:51:02.290Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T04:51:02.298Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T04:51:02.298Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T04:51:02.299Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T04:51:02.303Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T04:51:02.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T04:51:02.340Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T04:51:02.348Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T04:51:02.678Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T04:51:02.679Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 04:51:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[326], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-04:51:02:793-85989], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T04:51:02.679Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T04:51:02.679Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T04:51:02.679Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:51:02.692Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:51:02.692Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T04:51:02.693Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T04:51:02.693Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:02.693Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:02.693Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151862693,
  "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-30T04:51:02.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:51:02.719Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151862693,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T04:51:02.720Z||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-30T04:51:03.724Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:51:03.724Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T04:51:03.724Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:51:03.725Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:51:03.725Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:51:03.725Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:51:03.728Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5caf1fa2-e293-409f-9c87-f5fec94bf0cb
2023-03-30T04:51:03.728Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:51:03.728Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:51:03.729Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:51:04.424Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:07.432Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:10.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:13.450Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:16.459Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:19.470Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:22.478Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:25.490Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:28.499Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:31.510Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:34.525Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:37.534Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:40.543Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:43.553Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:46.562Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:49.574Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:51:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:51.777Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:51.777Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:51:51.784Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:51:51.785Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5caf1fa2-e293-409f-9c87-f5fec94bf0cb', protocol='range'}
2023-03-30T04:51:51.789Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5caf1fa2-e293-409f-9c87-f5fec94bf0cb=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-30T04:51:51.806Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5caf1fa2-e293-409f-9c87-f5fec94bf0cb', protocol='range'}
2023-03-30T04:51:51.806Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:51:51.807Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:51:51.807Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:51:51.807Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:51.807Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:51:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:51:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:51:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:51:51.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:51:51.813Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:51:51.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:51.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:51.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=169, 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-30T04:51:51.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:51.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:51:52.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T04:51:52.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T04:51:52.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:51:52.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:52.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:52.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:52.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:51:52.854Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:51:52.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:51:53.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:51:53.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:53.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:53.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:54.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:51:54.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:54.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:54.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:55.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:51:55.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:55.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:55.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:56.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:51:56.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:56.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:56.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:57.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:51:57.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:57.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:57.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:58.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:51:58.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:58.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:58.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:51:59.847Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T04:51:59.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T04:51:59.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T04:51:59.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T04:51:59.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T04:51:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:51:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:51:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:51:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:51:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:51:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:51:59.933Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:51:59.933Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@985fe53
2023-03-30T04:51:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:51:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:51:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:51:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T04:51:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T04:51:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:51:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:51:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:51:59.936Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151919935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:52:00.938Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T04:52:00.956Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:52:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:52:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T04:52:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T04:52:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:52:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:52:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:52:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:52:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@c896d2
2023-03-30T04:52:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:52:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:52:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:52:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T04:52:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T04:52:00.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:52:00.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:52:00.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:52:00.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151920986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:52:01.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T04:52:01.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:52:02.017Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:52:02.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:52:02.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:52:32.025Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:52:32.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:52:32.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:52:32.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:52:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:52:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:52:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:52:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151863724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:52:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:52:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151919935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:52:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:52:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:52:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680151920986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:52:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:53:02.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:53:02.082Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:53:02.088Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:53:02.088Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:53:32.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:53:32.114Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:53:32.119Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:53:32.119Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:53:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:54:02.119Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:54:02.136Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:54:02.145Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:54:02.145Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:54:32.145Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:54:32.170Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:54:32.175Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:54:32.175Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:54:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:55:02.176Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:55:02.201Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:55:02.206Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:55:02.206Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:55:32.206Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:55:32.229Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:55:32.233Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:55:32.233Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:55:51.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:56:02.234Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:56:02.256Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:56:02.263Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:56:02.263Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:56:32.263Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:56:32.288Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:56:32.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:56:32.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:56:51.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:56:52.850Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:56:52.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5caf1fa2-e293-409f-9c87-f5fec94bf0cb 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-30T04:56:52.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T04:56:52.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T04:56:55.216Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:56:55.233Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:56:55.233Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:56:55.240Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:56:55.241Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T04:56:55.286Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:56:55.286Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:56:55.286Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:56:55.292Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:56:55.292Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:56:55.292Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:56:55.292Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=178, 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-30T04:56:55.293Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:56:55.293Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:02.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T04:57:02.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T04:57:02.304Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T04:57:02.304Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T04:57:02.305Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T04:57:02.310Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T04:57:02.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T04:57:02.342Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9214c751-db66-4b6f-b11a-427a2e3434fc], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T04:57:02.349Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T04:57:02.547Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 04:57:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[195], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-04:57:02:793-38112], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T04:57:02.548Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T04:57:02.549Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T04:57:02.549Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T04:57:02.549Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:57:02.562Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:57:02.562Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T04:57:02.562Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T04:57:02.563Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:02.563Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:02.563Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152222562,
  "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-30T04:57:02.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:57:02.582Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152222562,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T04:57:02.583Z||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-30T04:57:03.596Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T04:57:03.596Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T04:57:03.597Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:57:03.597Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:57:03.597Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:57:03.597Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:57:03.604Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-62675820-abca-4f34-8c93-74970b85593c
2023-03-30T04:57:03.604Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:57:03.605Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:57:03.605Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T04:57:04.440Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:07.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:10.462Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:13.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:16.481Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:19.491Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:22.500Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:25.510Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:28.523Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:31.533Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:34.542Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:37.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:40.570Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:43.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:46.590Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:49.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T04:57:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:51.778Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:51.778Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T04:57:51.786Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-62675820-abca-4f34-8c93-74970b85593c', protocol='range'}
2023-03-30T04:57:51.786Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:57:51.793Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-62675820-abca-4f34-8c93-74970b85593c=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-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T04:57:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-62675820-abca-4f34-8c93-74970b85593c', protocol='range'}
2023-03-30T04:57:51.811Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T04:57:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:57:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T04:57:51.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:51.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:51.817Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:57:51.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:51.817Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:57:51.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:51.817Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:57:51.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:51.818Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T04:57:51.818Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T04:57:51.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=179, 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-30T04:57:51.818Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T04:57:51.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:51.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T04:57:52.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T04:57:52.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T04:57:52.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:57:52.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:52.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:52.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:52.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:57:52.862Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:57:52.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:57:53.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:57:53.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:53.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:53.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:54.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:57:54.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:54.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:54.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:55.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:57:55.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:55.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:55.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:56.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:57:56.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:56.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:56.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:57.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:57:57.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:57.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:57.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:58.853Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T04:57:58.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:58.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:58.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:57:59.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T04:57:59.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T04:57:59.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T04:57:59.858Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T04:57:59.858Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T04:57:59.910Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T04:57:59.910Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:57:59.910Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T04:57:59.910Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:57:59.910Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:57:59.910Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T04:57:59.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:57:59.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@372a638b
2023-03-30T04:57:59.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:57:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:57:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:57:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T04:57:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T04:57:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:57:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:57:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:57:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152279941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:58:00.944Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T04:58:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T04:58:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T04:58:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T04:58:00.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T04:58:00.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:58:00.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T04:58:00.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T04:58:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T04:58:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a3ef0c0
2023-03-30T04:58:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T04:58:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T04:58:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T04:58:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T04:58:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T04:58:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T04:58:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T04:58:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T04:58:00.992Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152280991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:58:01.994Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T04:58:01.995Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:58:02.022Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:58:02.027Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:58:02.027Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:58:32.028Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:58:32.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:58:32.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:58:32.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:58:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T04:58:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T04:58:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:58:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T04:58:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:58:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152223596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T04:58:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:58:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152279941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:58:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:58:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T04:58:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152280991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T04:58:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T04:59:02.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:59:02.082Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:59:02.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:59:02.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:59:32.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:59:32.113Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T04:59:32.118Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T04:59:32.118Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T04:59:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:00:02.119Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:00:02.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:00:02.149Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:00:02.150Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:00:32.151Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:00:32.176Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:00:32.181Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:00:32.181Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:00:51.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:01:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:01:02.212Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:01:02.218Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:01:02.218Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:01:32.218Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:01:32.238Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:01:32.244Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:01:32.245Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:01:51.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:02:02.245Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:02:02.270Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:02:02.274Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:02:02.275Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:02:32.275Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:02:32.300Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:02:32.305Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:02:32.306Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:02:51.764Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:02:52.837Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:02:52.837Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-62675820-abca-4f34-8c93-74970b85593c 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-30T05:02:52.837Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:02:52.837Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:02:55.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:02:55.230Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:02:55.230Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:02:55.238Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:02:55.239Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:02:55.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:02:55.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:02:55.257Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:02:55.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:02:55.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:02:55.262Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:02:55.263Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=188, 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-30T05:02:55.263Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:02:55.263Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:02.306Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:03:02.306Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:03:02.315Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:03:02.315Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:03:02.316Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:03:02.323Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:03:02.358Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:03:02.358Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19b5f70d-3e5d-4c59-963e-d8e8762338bf], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T05:03:02.362Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:03:02.573Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:03:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[208], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-05:03:02:806-35667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:03:02.574Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:03:02.574Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:03:02.575Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:03:02.575Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:03:02.586Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:03:02.586Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:03:02.586Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:03:02.587Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:02.587Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:02.587Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152582586,
  "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-30T05:03:02.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:03:02.614Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152582586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:03:02.615Z||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-30T05:03:03.618Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:03:03.618Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:03:03.619Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:03:03.619Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:03:03.619Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:03:03.619Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:03:03.623Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6030d6ba-2d98-48ee-9107-58008f7d9d3d
2023-03-30T05:03:03.624Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:03:03.624Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:03:03.624Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:03:04.419Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:07.430Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:10.443Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:13.453Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:16.463Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:19.472Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:22.482Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:25.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:28.501Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:31.509Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:34.519Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:37.528Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:40.536Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:43.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:46.554Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:49.564Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:03:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:51.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:03:51.785Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:03:51.785Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6030d6ba-2d98-48ee-9107-58008f7d9d3d', protocol='range'}
2023-03-30T05:03:51.790Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6030d6ba-2d98-48ee-9107-58008f7d9d3d=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-30T05:03:51.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:03:51.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.808Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6030d6ba-2d98-48ee-9107-58008f7d9d3d', protocol='range'}
2023-03-30T05:03:51.808Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:03:51.808Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:03:51.812Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.812Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.812Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.813Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=189, 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-30T05:03:51.813Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.813Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:03:51.813Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:03:51.814Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:03:51.814Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:03:51.814Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:03:51.814Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:03:51.814Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:03:52.328Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:03:52.328Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:03:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:03:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:52.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:03:52.354Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:03:52.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:03:53.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:03:53.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:53.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:53.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:54.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:03:54.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:54.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:54.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:55.333Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:03:55.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:55.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:55.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:56.335Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:03:56.335Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:56.335Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:56.335Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:57.336Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:03:57.337Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:57.337Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:57.337Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:58.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:03:58.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:58.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:58.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:03:59.340Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:03:59.340Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:03:59.340Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:03:59.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:03:59.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:03:59.389Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:03:59.390Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:03:59.390Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:03:59.390Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:03:59.390Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:03:59.390Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:03:59.419Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:03:59.419Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@674a2da0
2023-03-30T05:03:59.419Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:03:59.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:03:59.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:03:59.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:03:59.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:03:59.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:03:59.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:03:59.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:03:59.421Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152639420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:04:00.421Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:04:00.439Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:04:00.440Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:04:00.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:04:00.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:04:00.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:04:00.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:04:00.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:04:00.463Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:04:00.463Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d5c4301
2023-03-30T05:04:00.463Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:04:00.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:04:00.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:04:00.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:04:00.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:04:00.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:04:00.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:04:00.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:04:00.465Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152640464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:04:01.466Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:04:01.466Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:04:01.490Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:04:01.494Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:04:01.495Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:04:31.495Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:04:31.517Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:04:31.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:04:31.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:04:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:04:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:04:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:04:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:04:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:04:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:04:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152583618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152639420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:04:51.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152640464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:04:51.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:05:01.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:05:01.540Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:05:01.544Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:05:01.545Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:05:31.545Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:05:31.568Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:05:31.573Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:05:31.573Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:05:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:06:01.574Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:06:01.595Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:06:01.600Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:06:01.600Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:06:31.601Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:06:31.620Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:06:31.624Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:06:31.625Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:06:51.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:07:01.625Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:07:01.646Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:07:01.652Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:07:01.653Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:07:31.653Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:07:31.676Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:07:31.681Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:07:31.682Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:07:51.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:08:01.682Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:08:01.703Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:08:01.707Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:08:01.708Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:08:31.708Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:08:31.732Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:08:31.738Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:08:31.739Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:08:51.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:08:52.355Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:08:52.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6030d6ba-2d98-48ee-9107-58008f7d9d3d 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-30T05:08:52.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:08:52.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:08:55.233Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:08:55.249Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:08:55.249Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:08:55.256Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:08:55.257Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:08:55.275Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:08:55.276Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:08:55.276Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:08:55.281Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:08:55.282Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:08:55.282Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:08:55.282Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=198, 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-30T05:08:55.282Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:08:55.282Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:01.739Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:09:01.739Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:09:01.748Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:09:01.748Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:09:01.749Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:09:01.753Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:09:01.790Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:09:01.790Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17eb19e1-20c6-4798-93a4-8a76944e9383], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T05:09:01.796Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:09:02.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:09:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[203], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-05:09:02:242-19669], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:09:02.004Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:09:02.005Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:09:02.006Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:09:02.006Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:09:02.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:09:02.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:09:02.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:09:02.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:02.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:02.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152942013,
  "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-30T05:09:02.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:09:02.038Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152942013,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:09:02.038Z||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-30T05:09:03.047Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:09:03.047Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:09:03.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:09:03.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:09:03.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:09:03.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:09:03.055Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1a1ec9aa-27c9-4cc8-9ac7-f35985dd447c
2023-03-30T05:09:03.056Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:09:03.056Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:09:03.057Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:09:04.422Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:07.431Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:10.440Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:13.454Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:16.463Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:19.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:22.481Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:25.491Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:28.501Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:31.511Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:34.520Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:37.530Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:40.542Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:43.552Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:46.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:49.573Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:09:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:51.774Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.775Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:09:51.781Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:09:51.781Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1a1ec9aa-27c9-4cc8-9ac7-f35985dd447c', protocol='range'}
2023-03-30T05:09:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1a1ec9aa-27c9-4cc8-9ac7-f35985dd447c=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-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:09:51.801Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1a1ec9aa-27c9-4cc8-9ac7-f35985dd447c', protocol='range'}
2023-03-30T05:09:51.801Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:09:51.802Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:09:51.802Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:09:51.802Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.808Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:09:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:09:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:09:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:09:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:09:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=199, 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-30T05:09:51.810Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.810Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:09:51.810Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:09:52.828Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:09:52.828Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:09:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:09:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:52.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:09:52.852Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:09:52.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:09:53.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:09:53.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:53.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:53.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:54.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:09:54.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:54.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:54.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:55.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:09:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:56.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:09:56.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:56.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:56.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:57.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:09:57.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:57.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:57.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:58.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:09:58.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:58.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:58.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:09:59.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:09:59.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:09:59.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:09:59.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:09:59.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:09:59.900Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:09:59.900Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:09:59.901Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:09:59.901Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:09:59.901Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:09:59.901Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:09:59.932Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:09:59.933Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19472a17
2023-03-30T05:09:59.933Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:09:59.933Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:09:59.933Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:09:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:09:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:09:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:09:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:09:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:09:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152999933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:10:00.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:10:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:10:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:10:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:10:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:10:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:10:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:10:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:10:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:10:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a359073
2023-03-30T05:10:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:10:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:10:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:10:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:10:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:10:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:10:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:10:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:10:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153000984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:10:01.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:10:01.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:10:02.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:10:02.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:10:02.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:10:32.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:10:32.035Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:10:32.040Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:10:32.040Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:10:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:10:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:10:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:10:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152943047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:10:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:10:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680152999933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:10:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:10:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:10:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153000984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:10:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:11:02.041Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:11:02.065Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:11:02.071Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:11:02.071Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:11:32.071Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:11:32.097Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:11:32.102Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:11:32.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:11:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:12:02.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:12:02.128Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:12:02.132Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:12:02.132Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:12:32.133Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:12:32.154Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:12:32.159Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:12:32.159Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:12:51.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:13:02.160Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:13:02.184Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:13:02.190Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:13:02.190Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:13:32.190Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:13:32.205Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:13:32.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:13:32.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:13:51.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:14:02.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:14:02.233Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:14:02.238Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:14:02.238Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:14:32.238Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:14:32.256Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:14:32.260Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:14:32.260Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:14:51.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:14:52.831Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:14:52.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1a1ec9aa-27c9-4cc8-9ac7-f35985dd447c 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-30T05:14:52.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:14:52.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:14:55.204Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:14:55.221Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:14:55.221Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:14:55.226Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:14:55.226Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:14:55.242Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:14:55.243Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:14:55.243Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:14:55.246Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:14:55.247Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:14:55.247Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:14:55.247Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=208, 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-30T05:14:55.247Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:14:55.247Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:02.261Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:15:02.261Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:15:02.270Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:15:02.271Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:15:02.272Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:15:02.278Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:15:02.307Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:15:02.307Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32752d98-c2dd-44b7-b55e-5025be7ce844], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T05:15:02.318Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:15:02.576Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:15:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[254], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-05:15:02:764-69297], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:15:02.577Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:15:02.577Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:15:02.578Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:15:02.578Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:15:02.582Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:15:02.583Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:15:02.584Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:15:02.584Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:02.584Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:02.584Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153302584,
  "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-30T05:15:02.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:15:02.607Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153302584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:15:02.607Z||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-30T05:15:03.615Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:15:03.615Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:15:03.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:15:03.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:15:03.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:15:03.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:15:03.620Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6d867f55-13e5-4b2b-9407-b20b0eed5072
2023-03-30T05:15:03.620Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:15:03.621Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:15:03.621Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:15:04.413Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:07.422Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:10.431Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:13.440Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:16.448Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:19.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:22.469Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:25.478Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:28.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:31.500Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:34.510Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:37.520Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:40.530Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:43.540Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:46.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:49.559Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:15:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:51.777Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.778Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:15:51.783Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:15:51.784Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6d867f55-13e5-4b2b-9407-b20b0eed5072', protocol='range'}
2023-03-30T05:15:51.789Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6d867f55-13e5-4b2b-9407-b20b0eed5072=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-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:15:51.805Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6d867f55-13e5-4b2b-9407-b20b0eed5072', protocol='range'}
2023-03-30T05:15:51.805Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:15:51.806Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:15:51.806Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.806Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.806Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:15:51.812Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:15:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:15:51.812Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.812Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:15:51.812Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=209, 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-30T05:15:51.813Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.813Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:15:51.813Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:15:51.813Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:15:51.813Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:15:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:15:52.831Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:15:52.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:15:52.833Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:52.833Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:52.833Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:52.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:15:52.858Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:15:52.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:15:53.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:15:53.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:53.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:53.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:54.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:15:54.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:54.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:54.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:15:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:55.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:56.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:15:56.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:56.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:56.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:57.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:15:57.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:57.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:57.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:58.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:15:58.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:58.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:58.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:15:59.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:15:59.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:15:59.844Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:15:59.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:15:59.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:15:59.880Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:15:59.881Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:15:59.881Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:15:59.881Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:15:59.881Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:15:59.881Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:15:59.911Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:15:59.911Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@645e221f
2023-03-30T05:15:59.911Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:15:59.911Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:15:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:15:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:15:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:15:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:15:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:15:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:15:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153359912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:16:00.913Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:16:00.931Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:16:00.931Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:16:00.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:16:00.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:16:00.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:16:00.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:16:00.936Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:16:00.954Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@316f92e8
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:16:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:16:00.956Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:16:00.956Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153360955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:16:01.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:16:01.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:16:01.972Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:16:01.976Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:16:01.976Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:16:31.977Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:16:32.007Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:16:32.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:16:32.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:16:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:16:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:16:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:16:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:16:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:16:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153303615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153359912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153360955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:16:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:17:02.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:17:02.042Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:17:02.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:17:02.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:17:32.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:17:32.082Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:17:32.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:17:32.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:17:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:18:02.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:18:02.121Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:18:02.127Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:18:02.127Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:18:32.128Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:18:32.154Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:18:32.159Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:18:32.159Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:18:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:19:02.160Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:19:02.188Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:19:02.192Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:19:02.192Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:19:32.193Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:19:32.221Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:19:32.226Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:19:32.226Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:19:51.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:20:02.226Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:20:02.254Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:20:02.259Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:20:02.259Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:20:32.259Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:20:32.287Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:20:32.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:20:32.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:20:51.764Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:20:52.862Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:20:52.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6d867f55-13e5-4b2b-9407-b20b0eed5072 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-30T05:20:52.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:20:52.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:20:55.222Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:20:55.235Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:20:55.235Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:20:55.239Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:20:55.240Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:20:55.255Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:20:55.255Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:20:55.255Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:20:55.260Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:20:55.260Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:20:55.260Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:20:55.260Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=218, 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-30T05:20:55.261Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:20:55.261Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:02.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:21:02.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:21:02.309Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:21:02.309Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:21:02.310Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:21:02.314Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:21:02.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:21:02.340Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[084fe7c0-dcec-48e7-8baa-b331061c9da3], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T05:21:02.345Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:21:02.600Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:21:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[250], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-05:21:02:789-12816], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:21:02.600Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:21:02.601Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:21:02.601Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:21:02.602Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:21:02.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:21:02.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:21:02.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:21:02.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:02.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:02.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153662616,
  "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-30T05:21:02.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T05:21:02.642Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153662616,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:21:02.643Z||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-30T05:21:03.652Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:21:03.652Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:21:03.653Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:21:03.653Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:21:03.654Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:21:03.654Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:21:03.658Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a80f80a6-5966-496d-95c9-53ff87bf8094
2023-03-30T05:21:03.658Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:21:03.659Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:21:03.659Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:21:04.347Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:07.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:10.364Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:13.375Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:16.385Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:19.395Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:22.404Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:25.414Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:28.423Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:31.431Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:34.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:37.450Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:40.460Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:43.468Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:46.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:49.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:21:51.761Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:51.776Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.777Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:21:51.784Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:21:51.784Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a80f80a6-5966-496d-95c9-53ff87bf8094', protocol='range'}
2023-03-30T05:21:51.789Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a80f80a6-5966-496d-95c9-53ff87bf8094=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-30T05:21:51.806Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a80f80a6-5966-496d-95c9-53ff87bf8094', protocol='range'}
2023-03-30T05:21:51.806Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:21:51.806Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:21:51.806Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.806Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:21:51.807Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:21:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:21:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:21:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:21:51.811Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:21:51.811Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:21:51.812Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.812Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.812Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:51.812Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:21:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:21:52.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:21:52.831Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:21:52.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:52.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:52.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:52.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:21:52.852Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:21:52.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:21:53.832Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:21:53.833Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:53.833Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:53.833Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:54.834Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:21:54.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:54.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:54.835Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:55.836Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:21:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:55.837Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:56.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:21:56.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:56.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:56.838Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:57.840Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:21:57.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:57.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:57.841Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:58.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:21:58.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:58.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:58.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:21:59.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:21:59.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:21:59.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:21:59.846Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:21:59.847Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:21:59.901Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:21:59.902Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:21:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:21:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:21:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:21:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:21:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:21:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1fd7a867
2023-03-30T05:21:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:21:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:21:59.934Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:21:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:21:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:21:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:21:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:21:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:21:59.935Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153719935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:22:00.936Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:22:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:22:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:22:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:22:00.964Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:22:00.964Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:22:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:22:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19ce9f63
2023-03-30T05:22:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:22:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:22:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:22:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:22:00.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:22:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:22:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:22:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:22:00.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153720984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:22:01.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:22:01.986Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:22:02.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:22:02.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:22:02.016Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:22:32.016Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:22:32.042Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:22:32.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:22:32.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:22:51.761Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:22:51.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.770Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:22:51.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:22:51.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.771Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:22:51.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:22:51.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.771Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153663651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:22:51.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:22:51.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.773Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153719935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:22:51.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:22:51.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:22:51.773Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680153720984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:22:51.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:23:02.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:23:02.077Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:23:02.082Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:23:02.082Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:23:32.082Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:23:32.111Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:23:32.116Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:23:32.116Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:23:51.761Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:24:02.116Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:24:02.149Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:24:02.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:24:02.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:24:32.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:24:32.184Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:24:32.189Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:24:32.189Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:24:51.762Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:25:02.189Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:25:02.217Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:25:02.221Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:25:02.222Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:25:32.222Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:25:32.253Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:25:32.258Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:25:32.258Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:25:51.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:26:02.258Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:26:02.286Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:26:02.291Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:26:02.291Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:26:32.291Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:26:32.326Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:26:32.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:26:32.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:26:51.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:26:52.850Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:26:52.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a80f80a6-5966-496d-95c9-53ff87bf8094 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-30T05:26:52.852Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:26:52.852Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:26:55.231Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:26:55.245Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.246Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:26:55.253Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:26:55.253Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:26:55.270Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:26:55.271Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.271Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.276Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.277Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.277Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.277Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.277Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:26:55.277Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:02.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:27:02.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:27:02.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:27:02.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:27:02.342Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:27:02.350Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:27:02.381Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T05:27:02.382Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:27:02.390Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:27:02.680Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:27:02.681Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:27:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[285], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-05:27:02:835-9305], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:27:02.681Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:27:02.681Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:27:02.681Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:27:02.691Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:27:02.691Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:27:02.691Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:27:02.692Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:02.692Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:02.692Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154022691,
  "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-30T05:27:02.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T05:27:02.717Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154022691,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:27:02.718Z||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-30T05:27:03.728Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:27:03.728Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:27:03.729Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:27:03.729Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:27:03.729Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:27:03.729Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:27:03.734Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9b958db0-f693-45a1-8e50-069909c21576
2023-03-30T05:27:03.735Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:27:03.735Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:27:03.735Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:27:04.422Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:07.431Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:10.440Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:13.450Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:16.460Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:19.470Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:22.481Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:25.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:28.501Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:31.512Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:34.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:37.532Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:40.541Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:43.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:46.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:49.570Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:27:51.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:51.776Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.777Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:27:51.785Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9b958db0-f693-45a1-8e50-069909c21576', protocol='range'}
2023-03-30T05:27:51.785Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:27:51.791Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9b958db0-f693-45a1-8e50-069909c21576=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-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:27:51.808Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9b958db0-f693-45a1-8e50-069909c21576', protocol='range'}
2023-03-30T05:27:51.809Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:27:51.810Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:27:51.809Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:27:51.810Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.810Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.815Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.815Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.815Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:27:51.816Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:27:51.816Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:27:51.816Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:27:51.816Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:27:51.817Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:27:51.817Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:27:52.329Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:27:52.329Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:27:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:27:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:52.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:52.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:27:52.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:27:52.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:27:53.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:27:53.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:53.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:53.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:54.332Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:27:54.333Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:54.333Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:54.333Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:55.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:27:55.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:55.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:55.335Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:56.335Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:27:56.336Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:56.336Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:56.336Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:57.337Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:27:57.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:57.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:57.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:58.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:27:58.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:58.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:58.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:27:59.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:27:59.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:27:59.341Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:27:59.342Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:27:59.342Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:27:59.402Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:27:59.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:27:59.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:27:59.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:27:59.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:27:59.404Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:27:59.463Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:27:59.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@fafa64a
2023-03-30T05:27:59.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:27:59.464Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:27:59.465Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:27:59.465Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:27:59.465Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:27:59.465Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:27:59.466Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:27:59.466Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:27:59.466Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154079465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:28:00.468Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:28:00.491Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:28:00.491Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:28:00.497Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:28:00.497Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:28:00.497Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:28:00.498Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:28:00.498Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:28:00.521Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:28:00.521Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@56f2dd1e
2023-03-30T05:28:00.521Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:28:00.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:28:00.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:28:00.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:28:00.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:28:00.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:28:00.523Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:28:00.523Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:28:00.523Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154080522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:28:01.525Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:28:01.525Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:28:01.554Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:28:01.560Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:28:01.561Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:28:31.562Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:28:31.582Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:28:31.586Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:28:31.587Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:28:51.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:28:51.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.770Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.771Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154023728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154079465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:28:51.772Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154080522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:28:51.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:29:01.587Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:29:01.617Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:29:01.622Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:29:01.622Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:29:31.623Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:29:31.651Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:29:31.656Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:29:31.657Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:29:51.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:30:01.657Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:30:01.683Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:30:01.688Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:30:01.688Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:30:31.689Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:30:31.716Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:30:31.721Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:30:31.721Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:30:51.762Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:31:01.721Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:31:01.752Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:31:01.757Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:31:01.757Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:31:15.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:31:15.533Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154260631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:31:15.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:31:31.757Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:31:31.783Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:31:31.789Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:31:31.789Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:31:51.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:31:51.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:31:51.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154259290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:31:51.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:31:51.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:31:51.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154264076,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:31:51.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:01.790Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:32:01.816Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:32:01.821Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:32:01.821Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:32:31.822Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:32:31.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:32:31.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:32:31.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:32:51.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:32:51.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154257503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154265225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154268758,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154260631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154259290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154257503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154264076,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154265225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:32:51.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154268758,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154278468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154278010,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154277747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:32:51.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154279432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154278752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154279754,
  "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-30T05:32:51.817Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
2023-03-30T05:32:51.817Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb214eb-7cef-4fde-b7da-e7a47152fe2d 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-30T05:32:51.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154281043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:32:51.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154281263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:32:51.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:32:51.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.843Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154282046,
  "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-30T05:32:51.858Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
2023-03-30T05:32:51.859Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb214eb-7cef-4fde-b7da-e7a47152fe2d 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-30T05:32:51.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:32:51.880Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154282264,
  "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-30T05:32:51.895Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
2023-03-30T05:32:51.895Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb214eb-7cef-4fde-b7da-e7a47152fe2d 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-30T05:32:52.347Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:32:52.347Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9b958db0-f693-45a1-8e50-069909c21576 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-30T05:32:52.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:32:52.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:32:52.639Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:32:55.650Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:32:58.659Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:01.669Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:01.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:33:01.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:33:01.865Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:33:01.865Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:33:01.866Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:33:01.873Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:33:01.908Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T05:33:01.909Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:33:01.918Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:33:02.092Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:33:02.093Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:33:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-05:33:02:363-67903], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:33:02.093Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:33:02.093Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:33:02.093Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:33:02.101Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:33:02.101Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:33:02.101Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:33:02.101Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:02.101Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:02.101Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154382101,
  "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-30T05:33:03.135Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:33:03.136Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:33:03.136Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:33:03.136Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:33:03.136Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:33:03.137Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:33:03.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1b212359-4e65-41f9-b656-cfd138626f14
2023-03-30T05:33:03.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:33:03.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:33:03.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:33:04.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:07.689Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:10.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:13.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:16.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:19.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:22.737Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:25.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:28.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:31.774Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:34.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:37.797Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:40.807Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:43.818Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:46.829Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:49.839Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:33:51.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:51.778Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:51.778Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:33:51.786Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:33:51.787Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1b212359-4e65-41f9-b656-cfd138626f14', protocol='range'}
2023-03-30T05:33:51.791Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1b212359-4e65-41f9-b656-cfd138626f14=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-30T05:33:51.811Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:33:51.811Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1b212359-4e65-41f9-b656-cfd138626f14', protocol='range'}
2023-03-30T05:33:51.811Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:51.812Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:33:51.812Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:33:51.817Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:33:51.817Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:51.818Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:51.818Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:33:51.818Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:51.818Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:33:51.819Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=260, 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-30T05:33:51.819Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:33:51.819Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:51.820Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:33:51.820Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:33:51.820Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:33:52.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.843Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:33:52.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:33:52.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:52.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:52.845Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:52.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.850Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.851Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.852Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.852Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.852Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.853Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.853Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.854Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.854Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.855Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.855Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.862Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.862Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.864Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154310757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154279474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154317560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154325225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154308692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154328758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154335682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154336453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154335997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:52.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154337569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154336685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154337691,
  "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-30T05:33:52.912Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
2023-03-30T05:33:52.913Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 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-30T05:33:52.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.933Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154339348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:33:52.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.933Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154340353,
  "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-30T05:33:52.947Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
2023-03-30T05:33:52.947Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 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-30T05:33:52.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154339751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:33:52.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154340754,
  "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-30T05:33:52.977Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
2023-03-30T05:33:52.977Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 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-30T05:33:52.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.997Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154338692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.997Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154337457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154336702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154355225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154355757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154358758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154338692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154337457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154355225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154355757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154336702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154358758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154338692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154337457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154355757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154336702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154355225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154358758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154338692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154337457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154355757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154355225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154336702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154358758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154338692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154337457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154355757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.004Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154336702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T05:33:53.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154355225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154358758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154338692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.006Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154337457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.006Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154336702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.007Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154355225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154355757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154358758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154338692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154337457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154336702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154355225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680154355757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:33:53.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154358758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154367871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154369047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.010Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680154368646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154368183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154369597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.011Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154368874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:33:53.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.012Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154370164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:53.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.012Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680154369876,
  "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-30T05:33:53.047Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
2023-03-30T05:33:53.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 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-30T05:33:53.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.076Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:33:53.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.076Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154371766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:33:53.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.077Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154372302,
  "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-30T05:33:53.093Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
2023-03-30T05:33:53.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 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-30T05:33:53.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.116Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680154372779,
  "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-30T05:33:53.130Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
2023-03-30T05:33:53.130Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 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-30T05:33:53.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.154Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680154373305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T05:33:53.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.154Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154373747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:33:53.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.155Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "aai-model-loader",
  "timestamp": 1680154374750,
  "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-30T05:33:53.171Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
2023-03-30T05:33:53.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 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-30T05:33:53.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:33:53.196Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154382101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:33:53.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:33:53.847Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:33:53.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:53.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:53.849Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:54.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:33:54.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:54.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:54.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:55.853Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:33:55.853Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:55.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:55.854Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:56.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:33:56.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:56.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:56.855Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:57.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:33:57.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:57.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:57.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:58.858Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:33:58.858Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:58.858Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:58.858Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:33:59.860Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:33:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:33:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:33:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:33:59.861Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:33:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:33:59.918Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:33:59.918Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:33:59.918Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:33:59.918Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:33:59.919Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:33:59.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:33:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57168fa7
2023-03-30T05:33:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:33:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:33:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:33:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:33:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:33:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:33:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:33:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:33:59.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154439941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:34:00.943Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:34:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:34:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:34:00.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:34:00.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:34:00.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:34:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:34:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:34:00.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:34:00.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63f32f1d
2023-03-30T05:34:00.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:34:00.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:34:00.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:34:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154440990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:34:01.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:34:01.992Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:34:02.020Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:34:02.025Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:34:02.025Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:34:32.026Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:34:32.054Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:34:32.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:34:32.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:34:51.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:34:51.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:34:51.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:34:51.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:02.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:35:02.086Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:35:02.090Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:35:02.091Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:35:32.091Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:35:32.114Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:35:32.118Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:35:32.118Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:35:51.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:35:51.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:35:51.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:51.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:35:51.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:51.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:35:51.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:51.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:35:51.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:51.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:35:51.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:51.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:35:51.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:51.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154439941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:35:51.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:35:51.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-30T05:35:51.767Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154440990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:35:51.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:36:02.118Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:36:02.145Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:36:02.150Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:36:02.150Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:36:32.151Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:36:32.180Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:36:32.185Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:36:32.185Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:36:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:37:02.186Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:37:02.213Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:37:02.219Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:37:02.219Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:37:32.219Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:37:32.248Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:37:32.253Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:37:32.254Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:37:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:38:02.254Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:38:02.281Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:38:02.286Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:38:02.286Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:38:32.287Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:38:32.317Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:38:32.322Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:38:32.323Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:38:51.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:38:52.869Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:38:52.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1b212359-4e65-41f9-b656-cfd138626f14 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-30T05:38:52.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:38:52.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:38:55.431Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:38:55.447Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:38:55.448Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:38:55.456Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:38:55.457Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:38:55.475Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:38:55.476Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:38:55.476Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:38:55.481Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:38:55.482Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:38:55.482Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:38:55.482Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=385, 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-30T05:38:55.482Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:38:55.482Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:39:02.323Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:39:02.323Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:39:02.336Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:39:02.337Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:39:02.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:39:02.343Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:39:02.381Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:39:02.381Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[992f6264-92d6-42ff-95dc-dc8dbff92fff], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T05:39:02.391Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:39:02.580Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:39:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[184], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-05:39:02:837-18627], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:39:02.580Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:39:02.581Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:39:02.582Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:39:02.582Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:39:02.590Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:39:02.590Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:39:02.590Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:39:02.591Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:02.591Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:02.591Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154742590,
  "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-30T05:39:02.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:02.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154742590,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:39:02.614Z||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-30T05:39:03.623Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:39:03.623Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:39:03.623Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:03.624Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:03.624Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:03.624Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "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-30T05:39:04.625Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:04.625Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:04.625Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:04.626Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:05.627Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:39:05.627Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:39:05.627Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T05:39:05.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T05:39:05.628Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T05:39:05.683Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:39:05.683Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:39:05.683Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:39:05.684Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T05:39:05.684Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:39:05.684Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:05.973Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:39:05.974Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T05:39:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:39:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154745975,
  "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-30T05:39:06.976Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:39:06.977Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:39:06.977Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:39:06.978Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T05:39:06.978Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:39:06.978Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:39:07.082Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9290041315416940071/Definitions/service-BasicNetwork-template.yml
2023-03-30T05:39:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.478Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.479Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.479Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.479Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
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-30T05:39:07.498Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: c3e226dc-426e-4d1f-9763-451659127d8e
2023-03-30T05:39:07.499Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||No resources found for Service: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:39:07.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||
2023-03-30T05:39:07.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-30T05:39:07.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T05:39:07.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T05:39:07.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-30T05:39:07.505Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.515Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@527765d4, org.onap.sdc.toscaparser.api.parameters.Input@54efab78, org.onap.sdc.toscaparser.api.parameters.Input@4d380a4a, org.onap.sdc.toscaparser.api.parameters.Input@51a57587, org.onap.sdc.toscaparser.api.parameters.Input@3815f3a2]
2023-03-30T05:39:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 96ae1d03-3379-419c-b9a8-dd157ad4cac2: Generic NeutronNet
2023-03-30T05:39:07.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:07.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.696Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-30T05:39:07.696Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.696Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:07.697Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T05:39:07.697Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:07.697Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:07.697Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154747696,
  "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-30T05:39:08.697Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:39:08.721Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:39:08.726Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:39:08.726Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:39:08.726Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:39:08.726Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:39:08.726Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:08.726Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:08.727Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:08.727Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:08.727Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:08.738Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:39:38.739Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:39:38.748Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T05:39:38.749Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T05:39:38.750Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T05:39:38.757Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:39:38.799Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T05:39:38.800Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[353c88f1-ba81-4d4e-abf4-f93456bb91fb], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T05:39:38.809Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:39:38.958Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:39:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-05:39:39:253-20678], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:39:38.959Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:39:38.959Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T05:39:38.959Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:39:38.959Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:38.971Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:39:38.972Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:39:38.972Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:39:38.973Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:38.973Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:38.973Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154778972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:39:40.005Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:39:40.005Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:39:40.006Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:40.006Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:40.006Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:40.006Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:41.007Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:41.008Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:41.008Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:41.008Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:42.009Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:42.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:42.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:42.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:43.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:43.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:43.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:43.012Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:44.012Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:44.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:44.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:44.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:45.014Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:45.015Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:45.015Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:45.015Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:46.016Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:46.016Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:46.017Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:46.017Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:47.018Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:39:47.019Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:47.019Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:47.019Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:48.021Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:39:48.022Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:39:48.022Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T05:39:48.023Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T05:39:48.023Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T05:39:48.699Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:39:48.700Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:39:48.700Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:39:48.700Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:48.700Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:39:48.700Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:48.965Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:39:48.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T05:39:48.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:39:48.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:48.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:39:48.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:48.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:48.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154788968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:49.971Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:39:49.972Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:39:49.972Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:49.972Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:49.973Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:49.973Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.072Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1630940705368747298/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.692Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.693Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.694Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T05:39:50.715Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:39:50.719Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||pNF 101f133c-631c 0
2023-03-30T05:39:50.720Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387
2023-03-30T05:39:50.720Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T05:39:50.720Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T05:39:50.720Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 101f133c-631c 0 22f206d9-225a-4fd8-a58e-91bb179ec387 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-30T05:39:50.730Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a83834, org.onap.sdc.toscaparser.api.parameters.Input@52107eb1, org.onap.sdc.toscaparser.api.parameters.Input@7b86459a, org.onap.sdc.toscaparser.api.parameters.Input@6450ad0b, org.onap.sdc.toscaparser.api.parameters.Input@25f8502d]
2023-03-30T05:39:50.731Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.731Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.731Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6: pNF 101f133c-631c
2023-03-30T05:39:50.731Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Processing PNF resource: 22f206d9-225a-4fd8-a58e-91bb179ec387
2023-03-30T05:39:50.732Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:39:50.732Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:39:50.732Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Resource customization UUID: 86c95875-e4be-4c90-b332-76e50a6d70c5 is the same as notified resource customizationUUID: 86c95875-e4be-4c90-b332-76e50a6d70c5
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-30T05:39:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 101f133c-631c 22f206d9-225a-4fd8-a58e-91bb179ec387 0 ASDC deployResourceStructure
2023-03-30T05:39:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:39:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:39:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T05:39:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:39:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:39:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154790850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:39:51.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.768Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:39:51.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154745975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154747696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154778972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:39:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154788968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154790850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:39:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:39:51.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:39:51.883Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:39:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:39:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:39:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:39:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:39:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:51.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:51.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:51.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:39:51.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:39:51.905Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:40:21.905Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:40:21.916Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T05:40:21.916Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T05:40:21.917Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T05:40:21.924Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:40:21.955Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T05:40:21.955Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19829daa-6e11-4dbc-97ff-737f8ecd6c1d], X-ECOMP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-TransactionId=[], X-ONAP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], Content-Type=[application/merge-patch+json]}
2023-03-30T05:40:21.964Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:40:22.119Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:40:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[172088], x-aai-txid=[2-aai-resources-230330-05:40:22:409-6260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:40:22.119Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:40:22.120Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T05:40:22.120Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:40:22.121Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:40:22.128Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:40:22.129Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:40:22.129Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:40:22.129Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:22.129Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:22.129Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154822129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:40:23.157Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:40:23.158Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:40:23.158Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:40:23.158Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:23.159Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:23.159Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "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-30T05:40:24.159Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:40:24.160Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:24.160Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:24.160Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "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-30T05:40:25.161Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:40:25.162Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:25.162Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:25.162Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "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-30T05:40:26.163Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:40:26.163Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:26.163Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:26.164Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "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-30T05:40:27.165Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:40:27.166Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:27.166Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:27.166Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "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-30T05:40:28.168Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:40:28.168Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:28.169Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:28.169Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "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-30T05:40:29.170Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:40:29.172Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:29.172Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:29.172Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:40:30.174Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:40:30.174Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:40:30.174Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T05:40:30.175Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:40:30.175Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T05:40:30.258Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:40:30.258Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:40:30.259Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:40:30.259Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:40:30.259Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:40:30.259Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:40:30.599Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:40:30.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T05:40:30.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:40:30.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:40:30.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:40:30.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:30.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:30.603Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154830602,
  "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-30T05:40:31.604Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:40:31.604Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:40:31.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:31.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T05:40:31.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:31.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:31.759Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2018744558413940928/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-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:40:32.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:40:32.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:32.712Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:32.712Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:32.712Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T05:40:32.734Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:40:32.741Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-03-30T05:40:32.742Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
2023-03-30T05:40:32.742Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea9ad822-1515-40e6-a251-47eab03e6a4f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-30T05:40:32.742Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:40:32.742Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-30T05:40:32.830Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:40:32.831Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ea9ad822-1515-40e6-a251-47eab03e6a4f 787
2023-03-30T05:40:32.831Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-30T05:40:32.832Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-30T05:40:32.832Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:40:32.832Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:32.833Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:32.833Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154832831,
  "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-30T05:40:33.834Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b4c7db44-9da9-4a26-b8cc-dd82b92e1872",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da51a3ec-7a5d-4315-978e-d61081e1a48d",
    "vfModuleModelCustomizationUUID": "095f39e2-543e-47fe-a9df-f7852c348cad",
    "isBase": true,
    "artifacts": [
      "e1b4b8a7-b6f1-4030-b483-03527194aea2",
      "12017790-9d1a-4588-aa29-47e3f2e577e2"
    ],
    "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-30T05:40:33.837Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da51a3ec-7a5d-4315-978e-d61081e1a48d
VfModuleModelInvariantUUID:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1b4b8a7-b6f1-4030-b483-03527194aea2
,
12017790-9d1a-4588-aa29-47e3f2e577e2

}
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-30T05:40:33.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b4c7db44-9da9-4a26-b8cc-dd82b92e1872",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da51a3ec-7a5d-4315-978e-d61081e1a48d",
    "vfModuleModelCustomizationUUID": "095f39e2-543e-47fe-a9df-f7852c348cad",
    "isBase": true,
    "artifacts": [
      "e1b4b8a7-b6f1-4030-b483-03527194aea2",
      "12017790-9d1a-4588-aa29-47e3f2e577e2"
    ],
    "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-30T05:40:33.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da51a3ec-7a5d-4315-978e-d61081e1a48d
VfModuleModelInvariantUUID:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1b4b8a7-b6f1-4030-b483-03527194aea2
,
12017790-9d1a-4588-aa29-47e3f2e577e2

}
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-30T05:40:33.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e1b4b8a7-b6f1-4030-b483-03527194aea2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-30T05:40:33.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:40:33.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-30T05:40:33.926Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:40:33.927Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e1b4b8a7-b6f1-4030-b483-03527194aea2 5033
2023-03-30T05:40:33.927Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-30T05:40:33.927Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-30T05:40:33.927Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:40:33.927Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:33.927Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:33.927Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154833927,
  "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-30T05:40:34.928Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 12017790-9d1a-4588-aa29-47e3f2e577e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-30T05:40:34.929Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:40:34.929Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-30T05:40:35.006Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:40:35.007Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 12017790-9d1a-4588-aa29-47e3f2e577e2 903
2023-03-30T05:40:35.008Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-30T05:40:35.008Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-30T05:40:35.008Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:40:35.009Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:35.009Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:35.009Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154835008,
  "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-30T05:40:36.011Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T05:40:36.012Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 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-30T05:40:36.045Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@788fc90e, org.onap.sdc.toscaparser.api.parameters.Input@3c59e6ea, org.onap.sdc.toscaparser.api.parameters.Input@5a26ca0a, org.onap.sdc.toscaparser.api.parameters.Input@15b8340e, org.onap.sdc.toscaparser.api.parameters.Input@1379580e]
2023-03-30T05:40:36.046Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.047Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.047Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-30T05:40:36.047Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5463e397-5b2e-4d73-bb1b-cd2e13be3a43
2023-03-30T05:40:36.047Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5463e397-5b2e-4d73-bb1b-cd2e13be3a43 matches Tosca VF Customization UUID: 5463e397-5b2e-4d73-bb1b-cd2e13be3a43
2023-03-30T05:40:36.047Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5463e397-5b2e-4d73-bb1b-cd2e13be3a43  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-30T05:40:36.051Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.051Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.052Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5463e397-5b2e-4d73-bb1b-cd2e13be3a43: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-30T05:40:36.052Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58b23f74
2023-03-30T05:40:36.052Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.052Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T05:40:36.052Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 095f39e2-543e-47fe-a9df-f7852c348cad
2023-03-30T05:40:36.053Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 095f39e2-543e-47fe-a9df-f7852c348cad
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-30T05:40:36.058Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.058Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:36.058Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:40:36.058Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:36.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:40:36.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T05:40:36.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T05:40:36.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T05:40:36.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
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-30T05:40:36.064Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.064Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:36.064Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:40:36.065Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.065Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:40:36.065Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5463e397-5b2e-4d73-bb1b-cd2e13be3a43
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:40:36.069Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ed5ca358-c757-47b5-81a0-8ae88dd01a3a: basic_vm
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.070Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.071Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.071Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.071Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:40:36.071Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:40:36.071Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-30T05:40:36.282Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 1 ASDC deployResourceStructure
2023-03-30T05:40:36.282Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-03-30T05:40:36.282Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-30T05:40:36.283Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T05:40:36.283Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:36.283Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:36.283Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154836282,
  "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-30T05:40:37.284Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-30T05:40:37.284Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-30T05:40:37.284Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T05:40:37.285Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:37.285Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:37.285Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154837284,
  "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-30T05:40:38.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-30T05:40:38.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-30T05:40:38.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T05:40:38.287Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:38.287Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:38.287Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154838286,
  "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-30T05:40:39.289Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:40:39.289Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:40:39.289Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T05:40:39.289Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:40:39.289Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:40:39.289Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154839288,
  "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-30T05:40:40.291Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:40:40.317Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:40:40.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:40:40.337Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:40:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:40:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154822129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154383135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154830602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154832831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154833927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:40:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154835008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154836282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154837284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154838286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-30T05:40:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:40:51.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T05:40:51.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154839288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:40:51.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:41:10.338Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:41:10.352Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T05:41:10.353Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T05:41:10.353Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T05:41:10.361Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:41:10.405Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T05:41:10.406Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T05:41:10.419Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:41:10.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:41:10.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:41:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[241840], x-aai-txid=[2-aai-resources-230330-05:41:10:864-43391], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:41:10.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:41:10.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:41:10.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:41:10.583Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:41:10.583Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:41:10.584Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:41:10.584Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:10.584Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:10.584Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154870583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:41:11.621Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:41:11.621Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:41:11.622Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:41:11.623Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:41:11.623Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:41:11.623Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:41:11.628Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-851b071f-aede-471e-80db-6f1dbdaac00e
2023-03-30T05:41:11.629Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=5, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-30T05:41:11.629Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:41:11.629Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:41:14.046Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:17.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:20.064Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:23.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:26.084Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:29.094Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:32.103Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:35.113Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:38.121Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:41.133Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:44.141Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:47.150Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:50.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:41:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:51.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:41:51.783Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-851b071f-aede-471e-80db-6f1dbdaac00e', protocol='range'}
2023-03-30T05:41:51.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:41:51.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-851b071f-aede-471e-80db-6f1dbdaac00e=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-30T05:41:51.816Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:41:51.816Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-851b071f-aede-471e-80db-6f1dbdaac00e', protocol='range'}
2023-03-30T05:41:51.817Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.817Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.818Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:41:51.818Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:41:51.821Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=417, 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-30T05:41:51.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:41:51.823Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:41:51.823Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:41:51.824Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:41:51.824Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:41:51.824Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:41:51.825Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:41:52.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:41:52.840Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154870583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:41:52.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:41:52.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:41:52.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:41:52.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:41:52.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:52.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:52.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:53.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:41:53.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:53.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:53.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:54.849Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:41:54.849Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:54.849Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:54.849Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:55.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:41:55.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:55.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:55.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:56.852Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:41:56.852Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:56.852Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:56.853Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:57.853Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:41:57.854Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:57.854Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:57.854Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:58.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:41:58.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:58.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:58.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:41:59.856Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:41:59.856Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:41:59.857Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:41:59.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:41:59.857Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:41:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:41:59.913Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:41:59.913Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:41:59.914Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:41:59.914Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:41:59.914Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:41:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:41:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@54059a66
2023-03-30T05:41:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:41:59.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:41:59.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:41:59.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:41:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:41:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:41:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:41:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:41:59.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154919949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:42:00.952Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:42:00.976Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:42:00.976Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:42:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:42:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:42:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:42:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:42:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:42:01.007Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:42:01.007Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@761ca701
2023-03-30T05:42:01.007Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:42:01.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:42:01.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:42:01.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:42:01.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:42:01.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:42:01.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:42:01.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:42:01.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154921008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:42:02.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:42:02.011Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:42:02.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:42:02.045Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:42:02.045Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:42:32.046Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:42:32.169Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:42:32.175Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:42:32.176Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:42:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:42:51.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:42:51.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:42:51.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:02.176Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:43:02.203Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:43:02.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:43:02.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:43:32.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:43:32.232Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:43:32.236Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:43:32.236Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:43:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:43:51.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154919949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:43:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:43:51.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154921008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:43:51.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:44:02.237Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:44:02.251Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:44:02.253Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:44:02.253Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:44:32.254Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:44:32.272Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:44:32.275Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:44:32.275Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:44:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:45:02.276Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:45:02.308Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:45:02.313Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:45:02.313Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:45:32.314Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:45:32.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:45:32.337Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:45:32.337Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:45:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:46:02.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:46:02.356Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:46:02.359Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:46:02.359Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:46:32.360Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:46:32.377Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:46:32.380Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:46:32.380Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:46:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:46:52.855Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:46:52.855Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-851b071f-aede-471e-80db-6f1dbdaac00e 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-30T05:46:52.856Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:46:52.856Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:46:55.425Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:46:55.442Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:46:55.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:46:55.450Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:46:55.451Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:46:55.471Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:46:55.471Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:46:55.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:46:55.477Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:46:55.477Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:46:55.477Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:46:55.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=427, 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-30T05:46:55.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:46:55.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:47:02.381Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:47:02.381Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:47:02.392Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:47:02.393Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:47:02.393Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:47:02.401Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:47:02.426Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T05:47:02.427Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:47:02.435Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:47:02.746Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:47:02.746Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:47:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[307], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-05:47:02:880-52168], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:47:02.746Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:47:02.747Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:47:02.747Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:47:02.759Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:47:02.759Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:47:02.759Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:47:02.760Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:02.760Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:02.760Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155222759,
  "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-30T05:47:02.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:02.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155222759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:47:02.780Z||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-30T05:47:03.783Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:47:03.783Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:47:03.783Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:03.784Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:03.784Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:03.784Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "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-30T05:47:04.785Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:04.785Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:04.785Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:04.786Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:05.786Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:47:05.787Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:47:05.787Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T05:47:05.787Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T05:47:05.787Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:47:05.814Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:47:05.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:47:05.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:47:05.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T05:47:05.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:47:05.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:06.114Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:47:06.115Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T05:47:06.115Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:06.115Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:06.115Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:47:06.115Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:06.116Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:06.116Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155226115,
  "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-30T05:47:07.117Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:47:07.118Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:47:07.118Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:47:07.119Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T05:47:07.120Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:47:07.120Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:47:07.222Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4318460105420809357/Definitions/service-BasicNetwork-template.yml
2023-03-30T05:47:07.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:47:07.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:47:07.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:47:07.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T05:47:07.579Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.580Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.580Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.580Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.580Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:47:07.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:07.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T05:47:07.582Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:47:07.582Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:47:07.582Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:07.582Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.582Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T05:47:07.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:47:07.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:47:07.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:07.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:07.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:07.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:07.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:07.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:07.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T05:47:07.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T05:47:07.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T05:47:07.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T05:47:07.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:47:07.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:07.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:07.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155227638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:08.639Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T05:47:08.639Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T05:47:08.639Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:47:08.640Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:08.640Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:08.640Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155228639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:09.640Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:47:09.657Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:47:09.660Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:47:09.660Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:47:09.660Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:47:09.661Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:47:09.661Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:09.661Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:09.661Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:09.661Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:09.661Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:09.666Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:47:39.667Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:47:39.675Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T05:47:39.675Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T05:47:39.676Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T05:47:39.685Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:47:39.714Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T05:47:39.715Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48f918a2-42ee-4833-866f-aa48c2fadaaa], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T05:47:39.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:47:39.890Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:47:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[348392], x-aai-txid=[1-aai-resources-230330-05:47:40:169-11123], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:47:39.890Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:47:39.891Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T05:47:39.891Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:47:39.891Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:39.901Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:47:39.901Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:47:39.901Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:47:39.901Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:39.902Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:39.902Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155259901,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:47:40.927Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:47:40.927Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:47:40.927Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:40.927Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:40.928Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:40.928Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:41.929Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:41.930Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:41.930Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:41.930Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:42.932Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:42.932Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:42.932Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:42.932Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:43.933Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:43.933Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:43.933Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:43.934Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:44.935Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:44.936Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:44.936Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:44.937Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:45.939Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:45.940Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:45.940Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:45.940Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:46.942Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:46.943Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:46.943Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:46.943Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:47.945Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:47:47.945Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:47.945Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:47.946Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:48.948Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:47:48.949Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:47:48.949Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T05:47:48.949Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T05:47:48.949Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:47:48.985Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:47:48.986Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:47:48.986Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:47:48.986Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:48.986Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:47:48.986Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:49.243Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:47:49.245Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T05:47:49.245Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:47:49.245Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:49.246Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:47:49.246Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:49.246Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:49.246Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155269245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:50.248Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:47:50.249Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:47:50.249Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.249Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.250Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.250Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.335Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1323618557409422739/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:47:50.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:47:50.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:50.929Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:47:50.929Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:50.929Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:47:50.929Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:47:50.929Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:47:50.929Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T05:47:50.966Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T05:47:50.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:47:50.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T05:47:50.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:47:50.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:50.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:50.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155270967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:51.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155226115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155227638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155228639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155259901,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155269245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155270967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T05:47:51.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:47:51.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:47:51.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T05:47:51.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:47:51.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:47:51.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:47:51.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155271968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:47:52.970Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:47:52.996Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:47:52.999Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:47:52.999Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:47:53.000Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:47:53.000Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:47:53.000Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:53.000Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:53.000Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:53.000Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:47:53.000Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:47:53.006Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:48:23.006Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:48:23.016Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T05:48:23.017Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T05:48:23.018Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T05:48:23.025Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:48:23.047Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T05:48:23.047Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6aedaeb-5692-4c3e-95f1-66d4607fbfc8], X-ECOMP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-TransactionId=[], X-ONAP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], Content-Type=[application/merge-patch+json]}
2023-03-30T05:48:23.055Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:48:23.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:48:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[172088], x-aai-txid=[0-aai-resources-230330-05:48:23:499-38735], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:48:23.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:48:23.228Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T05:48:23.228Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:48:23.228Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:48:23.240Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:48:23.241Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:48:23.241Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:48:23.242Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:23.242Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:23.242Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155303241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:48:24.264Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:48:24.265Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:48:24.265Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:48:24.265Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:24.265Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:24.266Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "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-30T05:48:25.267Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:48:25.267Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:25.267Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:25.268Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "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-30T05:48:26.269Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:48:26.269Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:26.269Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:26.269Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "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-30T05:48:27.270Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:48:27.271Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:27.271Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:27.271Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "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-30T05:48:28.272Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:48:28.273Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:28.273Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:28.273Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "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-30T05:48:29.274Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:48:29.274Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:29.274Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:29.275Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "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-30T05:48:30.275Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:48:30.276Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:30.276Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:30.276Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:48:31.276Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:48:31.277Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:48:31.277Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T05:48:31.277Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:48:31.277Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:48:31.305Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:48:31.305Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:48:31.306Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:48:31.306Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:48:31.306Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:48:31.306Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:48:31.553Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:48:31.554Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T05:48:31.554Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:48:31.554Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:48:31.554Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:48:31.555Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:31.555Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:31.555Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155311554,
  "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-30T05:48:32.555Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:48:32.556Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:48:32.556Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:32.557Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T05:48:32.557Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:32.557Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:32.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11246158718419600801/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-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:48:33.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:48:33.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:48:33.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:48:33.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:48:33.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:48:33.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:48:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:48:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:48:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:48:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:48:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T05:48:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T05:48:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T05:48:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T05:48:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T05:48:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T05:48:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T05:48:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:48:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:48:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:48:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:48:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:48:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T05:48:33.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T05:48:33.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:48:33.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T05:48:33.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:48:33.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:33.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:33.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155313575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:48:34.577Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:48:34.578Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T05:48:34.578Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:48:34.578Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:48:34.578Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:48:34.578Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155314577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:48:35.580Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:48:35.601Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:48:35.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:48:35.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:48:35.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:48:35.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:48:35.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:48:35.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:48:35.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:48:35.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:48:35.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:48:35.614Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:48:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:48:51.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:48:51.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155271968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T05:48:51.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:05.614Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:49:05.622Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T05:49:05.622Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T05:49:05.622Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T05:49:05.627Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:49:05.650Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T05:49:05.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T05:49:05.655Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:49:05.807Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:49:05.808Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:49:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[241840], x-aai-txid=[1-aai-resources-230330-05:49:06:101-23796], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:49:05.808Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:49:05.808Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:49:05.808Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:49:05.826Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:49:05.827Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:49:05.827Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:49:05.827Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:05.827Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:05.827Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155345827,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:49:06.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:49:06.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:49:06.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:49:06.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:49:06.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:49:06.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:49:06.856Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-dd0ee6a8-8445-431a-b5d0-c2317d562f21
2023-03-30T05:49:06.856Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=5, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-30T05:49:06.856Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:49:06.857Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:49:07.982Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:10.991Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:14.000Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:17.010Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:20.021Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:23.029Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:26.039Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:29.049Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:32.057Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:35.069Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:38.078Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:41.087Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:44.096Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:47.105Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:50.114Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:49:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:51.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:49:51.785Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:49:51.785Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-dd0ee6a8-8445-431a-b5d0-c2317d562f21', protocol='range'}
2023-03-30T05:49:51.790Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-dd0ee6a8-8445-431a-b5d0-c2317d562f21=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-30T05:49:51.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:49:51.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.808Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-dd0ee6a8-8445-431a-b5d0-c2317d562f21', protocol='range'}
2023-03-30T05:49:51.809Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:49:51.810Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:49:51.813Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=445, 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-30T05:49:51.815Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.815Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:49:51.815Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:49:51.815Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:49:51.815Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:49:51.816Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:49:51.816Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:49:51.817Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:49:52.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155303241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:49:52.836Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.836Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:49:52.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.837Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:49:52.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.838Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:49:52.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.839Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:49:52.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:49:52.839Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:49:52.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:52.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.840Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:52.840Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T05:49:52.840Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:52.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.841Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:49:52.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.841Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680154871621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:49:52.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.842Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155311554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:49:52.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.842Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155313575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T05:49:52.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.843Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155314577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T05:49:52.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:52.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:49:52.844Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155345827,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:49:52.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:49:53.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:49:53.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:53.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:53.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:54.842Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:49:54.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:54.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:54.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:55.844Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:49:55.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:55.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:55.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:56.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:49:56.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:56.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:56.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:57.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:49:57.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:57.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:57.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:58.849Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:49:58.849Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:58.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:58.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:49:59.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:49:59.851Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:49:59.852Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:49:59.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:49:59.852Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:49:59.888Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:49:59.889Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:49:59.889Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:49:59.890Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:49:59.890Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:49:59.890Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:49:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:49:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7768d15d
2023-03-30T05:49:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:49:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:49:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:49:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:49:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:49:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:49:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:49:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:49:59.918Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155399917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:50:00.919Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:50:00.938Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:50:00.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:50:00.945Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:50:00.945Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:50:00.945Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:50:00.945Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:50:00.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:50:00.966Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:50:00.966Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59abb8b3
2023-03-30T05:50:00.966Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:50:00.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:50:00.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:50:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:50:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:50:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:50:00.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:50:00.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:50:00.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155400967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:50:01.970Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:50:01.971Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:50:01.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:50:01.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:50:01.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:50:31.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:50:32.005Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:50:32.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:50:32.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:50:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:50:51.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:50:51.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:50:51.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:02.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:51:02.028Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:51:02.031Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:51:02.031Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:51:32.032Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:51:32.046Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:51:32.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:51:32.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:51:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:51:51.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155399917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:51:51.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155400967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:51:51.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:52:02.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:52:02.067Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:52:02.071Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:52:02.071Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:52:32.071Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:52:32.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:52:32.091Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:52:32.092Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:52:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:53:02.092Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:53:02.105Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:53:02.108Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:53:02.108Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:53:32.109Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:53:32.121Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:53:32.123Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:53:32.124Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:53:51.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:53:59.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T05:53:59.200Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:53:59.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:54:02.124Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:54:02.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:54:02.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:54:02.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:54:32.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:54:32.170Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:54:32.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:54:32.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:54:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:54:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:54:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:54:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:54:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:54:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:54:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:54:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:54:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:54:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:54:52.834Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:54:52.835Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-dd0ee6a8-8445-431a-b5d0-c2317d562f21 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-30T05:54:52.835Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T05:54:52.835Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T05:54:55.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:54:58.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:01.696Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:02.174Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T05:55:02.174Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:55:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T05:55:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T05:55:02.183Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T05:55:02.187Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:55:02.208Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T05:55:02.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[621833ef-a94a-4d1e-8d13-54fe9797c1e9], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T05:55:02.216Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T05:55:02.476Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:55:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[257], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-05:55:02:660-89983], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:55:02.477Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:55:02.478Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:55:02.478Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:55:02.479Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:55:02.490Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:55:02.491Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T05:55:02.491Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T05:55:02.491Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:02.492Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:02.492Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155702491,
  "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-30T05:55:03.511Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:55:03.511Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:55:03.511Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:03.512Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:03.512Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:03.512Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "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-30T05:55:04.513Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:04.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:04.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:04.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:04.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:05.516Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:55:05.516Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:55:05.517Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T05:55:05.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T05:55:05.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:55:05.550Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:55:05.550Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:55:05.550Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:55:05.550Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T05:55:05.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:55:05.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:05.716Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:55:05.717Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T05:55:05.717Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:05.718Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:05.718Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:55:05.718Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:05.718Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:05.718Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155705717,
  "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-30T05:55:06.719Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:55:06.720Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:55:06.720Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:55:06.721Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T05:55:06.721Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:55:06.721Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:55:06.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12388730770902504831/Definitions/service-BasicNetwork-template.yml
2023-03-30T05:55:07.265Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:55:07.265Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:55:07.265Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T05:55:07.265Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T05:55:07.265Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.265Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T05:55:07.266Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.267Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:07.268Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.268Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:07.268Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.268Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:07.268Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:07.268Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T05:55:07.316Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T05:55:07.316Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T05:55:07.317Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T05:55:07.317Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:55:07.317Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:07.317Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:07.317Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155707316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:07.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:08.319Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T05:55:08.319Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T05:55:08.319Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:55:08.319Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:08.319Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:08.319Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155708319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:09.321Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:55:09.339Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:55:09.342Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:55:09.342Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:55:09.342Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:55:09.342Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:55:09.342Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:09.343Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:09.343Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:09.343Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:09.343Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:09.351Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:55:10.725Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:13.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:16.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:19.752Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:22.761Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:25.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:28.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:31.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:34.796Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:37.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:39.352Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:55:39.357Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T05:55:39.357Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T05:55:39.358Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T05:55:39.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:55:39.392Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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-30T05:55:39.393Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T05:55:39.401Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:55:39.562Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T05:55:39.563Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:55:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-05:55:39:847-88432], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:55:39.563Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:55:39.563Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:55:39.563Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:39.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T05:55:39.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:55:39.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:55:39.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:39.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:39.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155739576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:55:40.596Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:55:40.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:55:40.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:40.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:40.598Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:40.598Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:40.813Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:41.599Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:41.599Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:41.599Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:41.599Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:42.600Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:42.600Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:42.601Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:42.601Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:43.602Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:43.603Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:43.603Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:43.603Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:43.822Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:44.604Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:44.605Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:44.605Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:44.605Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:45.606Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:45.607Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:45.607Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:45.608Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:46.609Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:46.609Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:46.609Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:46.610Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:46.831Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:47.610Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:55:47.611Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:47.611Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:47.611Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:48.613Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:55:48.613Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:55:48.613Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T05:55:48.613Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T05:55:48.614Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:55:48.649Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:55:48.649Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:55:48.650Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:55:48.650Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:48.650Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:55:48.650Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:48.901Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:55:48.904Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T05:55:48.904Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:55:48.904Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:48.904Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:55:48.905Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:48.905Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:48.905Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155748904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:49.839Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:55:49.906Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:55:49.907Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:55:49.907Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:49.908Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:49.908Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:49.909Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.046Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10023471344700583343/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.704Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:55:50.705Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:55:50.706Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T05:55:50.739Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T05:55:50.739Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:55:50.739Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T05:55:50.739Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:55:50.739Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:50.739Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:50.739Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155750739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:51.740Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T05:55:51.741Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T05:55:51.741Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:55:51.741Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:55:51.741Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:55:51.741Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155751740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:51.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:55:51.775Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:51.776Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:55:51.781Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:55:51.782Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T05:55:51.799Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:55:51.799Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:51.799Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:51.804Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:51.804Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:51.804Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:51.805Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=470, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:55:51.805Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:51.805Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:55:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:55:52.758Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:55:52.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:55:52.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:55:52.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:55:52.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:55:52.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:52.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:52.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:52.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:55:52.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:55:52.773Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:55:52.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.839Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155629668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155630911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680155634352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680155635219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.841Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.841Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680155648073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155647306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155648310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:55:52.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.844Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.844Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680155649313,
  "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-30T05:55:52.866Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a42004d-7f07-4b86-8df6-e891a99df807
2023-03-30T05:55:52.866Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a42004d-7f07-4b86-8df6-e891a99df807 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-30T05:55:52.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155645225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155653404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155648758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155657571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155657284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "aai-model-loader",
  "timestamp": 1680155658287,
  "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-30T05:55:52.890Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a42004d-7f07-4b86-8df6-e891a99df807
2023-03-30T05:55:52.890Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a42004d-7f07-4b86-8df6-e891a99df807 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-30T05:55:52.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.904Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155659298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T05:55:52.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.904Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680155660301,
  "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-30T05:55:52.912Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a42004d-7f07-4b86-8df6-e891a99df807
2023-03-30T05:55:52.912Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a42004d-7f07-4b86-8df6-e891a99df807 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-30T05:55:52.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.924Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155702491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T05:55:52.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155705717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.925Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155707316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155708319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155739576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.927Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155748904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.928Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155750739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T05:55:52.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:55:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T05:55:52.929Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155751740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T05:55:52.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:22.773Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:56:22.781Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T05:56:22.781Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T05:56:22.782Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T05:56:22.786Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:56:22.805Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T05:56:22.806Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aab0fca3-6146-4cad-91e6-e05051c7bf75], X-ECOMP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-TransactionId=[], X-ONAP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], Content-Type=[application/merge-patch+json]}
2023-03-30T05:56:22.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:56:22.979Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:56:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[172088], x-aai-txid=[2-aai-resources-230330-05:56:23:257-39420], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:56:22.980Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:56:22.981Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T05:56:22.981Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:56:22.981Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:56:22.990Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T05:56:22.991Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:56:22.991Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:56:22.991Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:22.991Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:22.991Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155782991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:56:24.016Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:56:24.016Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:56:24.017Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:56:24.017Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:24.017Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:24.017Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "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-30T05:56:25.018Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:56:25.019Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:25.019Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:25.019Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "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-30T05:56:26.020Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:56:26.020Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:26.020Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:26.020Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "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-30T05:56:27.021Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:56:27.021Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:27.022Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:27.022Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "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-30T05:56:28.022Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:56:28.023Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:28.023Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:28.023Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "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-30T05:56:29.024Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:56:29.025Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:29.025Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:29.025Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "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-30T05:56:30.025Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:56:30.025Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:30.026Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:30.026Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:56:31.027Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:56:31.027Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:56:31.027Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T05:56:31.028Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:56:31.028Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:56:31.059Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:56:31.060Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:56:31.060Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:56:31.060Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:56:31.060Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:56:31.060Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:56:31.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T05:56:31.266Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T05:56:31.267Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:56:31.267Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T05:56:31.267Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T05:56:31.267Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:31.267Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:31.268Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155791267,
  "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-30T05:56:32.268Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:56:32.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:56:32.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:32.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T05:56:32.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:32.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:32.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4852543630227780614/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-30T05:56:33.330Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:56:33.332Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T05:56:33.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:56:33.335Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.336Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:56:33.336Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T05:56:33.336Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T05:56:33.336Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T05:56:33.400Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T05:56:33.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:56:33.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T05:56:33.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:56:33.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:33.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:33.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155793401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:56:34.402Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T05:56:34.402Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T05:56:34.403Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T05:56:34.403Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:56:34.403Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:56:34.403Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155794402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:56:35.404Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:56:35.425Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:56:35.429Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T05:56:35.430Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T05:56:35.430Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T05:56:35.430Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T05:56:35.430Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:56:35.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:56:35.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:56:35.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T05:56:35.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:56:35.441Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T05:56:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:56:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155782991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:56:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:56:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155346850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155791267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T05:56:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155793401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T05:56:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:56:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T05:56:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155794402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T05:56:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:57:05.442Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T05:57:05.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T05:57:05.450Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T05:57:05.450Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T05:57:05.455Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T05:57:05.476Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T05:57:05.476Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6e4713ca-7779-4d4c-bbc8-d7fe05c847f0], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T05:57:05.480Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T05:57:05.636Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 05:57:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[241840], x-aai-txid=[0-aai-resources-230330-05:57:05:925-87734], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T05:57:05.636Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T05:57:05.637Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T05:57:05.638Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T05:57:05.638Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:57:05.649Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T05:57:05.649Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T05:57:05.650Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T05:57:05.650Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:05.650Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:05.650Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155825649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:57:06.672Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T05:57:06.672Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T05:57:06.673Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:57:06.673Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:57:06.673Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:57:06.673Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:57:06.677Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=5, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-30T05:57:06.680Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-43743de1-6bff-489c-bade-c2cb947ab8bf
2023-03-30T05:57:06.680Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:57:06.681Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T05:57:07.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:10.197Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:13.207Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:16.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:19.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:22.235Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:25.245Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:28.255Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:31.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:34.274Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:37.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:40.292Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:43.303Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:46.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:49.322Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T05:57:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:51.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:51.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T05:57:51.783Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-43743de1-6bff-489c-bade-c2cb947ab8bf', protocol='range'}
2023-03-30T05:57:51.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:57:51.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-43743de1-6bff-489c-bade-c2cb947ab8bf=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-30T05:57:51.805Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T05:57:51.805Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:51.805Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:51.805Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-43743de1-6bff-489c-bade-c2cb947ab8bf', protocol='range'}
2023-03-30T05:57:51.806Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:57:51.806Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T05:57:51.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:51.810Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:57:51.811Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:57:51.811Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:57:51.811Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T05:57:51.811Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T05:57:51.812Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T05:57:51.812Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:51.813Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:51.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=553, 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-30T05:57:51.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:51.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T05:57:52.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:57:52.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155825649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T05:57:52.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:57:52.835Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T05:57:52.835Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T05:57:52.838Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:57:52.838Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:52.838Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:52.838Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:53.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:57:53.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:53.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:53.840Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:54.840Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:57:54.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:54.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:54.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:55.842Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:57:55.842Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:55.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:55.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:56.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:57:56.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:56.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:56.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:57.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:57:57.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:57.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:57.848Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:58.849Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T05:57:58.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:58.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:58.850Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:57:59.852Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T05:57:59.853Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T05:57:59.853Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T05:57:59.853Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T05:57:59.853Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T05:57:59.887Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T05:57:59.887Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:57:59.887Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T05:57:59.887Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:57:59.888Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:57:59.888Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T05:57:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:57:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6cb504e8
2023-03-30T05:57:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:57:59.917Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155879917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:58:00.919Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T05:58:00.936Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T05:58:00.936Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T05:58:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T05:58:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T05:58:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:58:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T05:58:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T05:58:00.954Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-30T05:58:00.954Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@32b7465
2023-03-30T05:58:00.954Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T05:58:00.955Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155880955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:58:01.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T05:58:01.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:58:01.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:58:01.977Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:58:01.977Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:58:31.978Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:58:31.993Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:58:31.996Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:58:31.996Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:58:51.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:58:51.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:58:51.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:58:51.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:01.997Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:59:02.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:59:02.016Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:59:02.016Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:59:32.017Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:59:32.035Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T05:59:32.037Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T05:59:32.037Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T05:59:51.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T05:59:51.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:51.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155879917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:59:51.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T05:59:51.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-30T05:59:51.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155880955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T05:59:51.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:00:02.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:00:02.054Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:00:02.057Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:00:02.057Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:00:32.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:00:32.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:00:32.083Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:00:32.083Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:00:51.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:01:02.084Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:01:02.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:01:02.107Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:01:02.107Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:01:32.107Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:01:32.123Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:01:32.125Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:01:32.126Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:01:51.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:02:02.126Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:02:02.141Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:02:02.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:02:02.145Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:02:32.145Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:02:32.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:02:32.163Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:02:32.163Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:02:51.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:02:52.871Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:02:52.872Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-43743de1-6bff-489c-bade-c2cb947ab8bf 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-30T06:02:52.872Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T06:02:52.872Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T06:02:55.388Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:02:55.405Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:02:55.406Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:02:55.412Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:02:55.412Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:02:55.431Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:02:55.432Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:02:55.432Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:02:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:02:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:02:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:02:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=563, 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-30T06:02:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:02:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:03:02.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T06:03:02.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:03:02.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T06:03:02.174Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T06:03:02.175Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T06:03:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:03:02.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T06:03:02.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9bb032bd-4058-468b-9d0a-0421eae1d470], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T06:03:02.216Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:03:02.505Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:03:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[285], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-06:03:02:660-6247], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:03:02.505Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:03:02.505Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:03:02.506Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:03:02.506Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T06:03:02.513Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|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-30T06:03:02.513Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T06:03:02.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T06:03:02.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:02.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:02.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156182513,
  "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-30T06:03:02.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:02.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156182513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T06:03:02.542Z||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-30T06:03:03.532Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:03:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:03:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "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-30T06:03:04.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:04.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:04.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:04.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:05.535Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:03:05.536Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:03:05.536Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T06:03:05.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T06:03:05.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:03:05.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:03:05.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:03:05.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:03:05.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:03:05.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T06:03:05.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:05.782Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T06:03:05.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T06:03:05.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:05.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:05.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:03:05.785Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:05.785Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:05.785Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156185784,
  "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-30T06:03:06.786Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:03:06.787Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:03:06.788Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:03:06.788Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T06:03:06.789Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:03:06.789Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:03:06.877Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4985022147980779134/Definitions/service-BasicNetwork-template.yml
2023-03-30T06:03:07.253Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.254Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:07.255Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.256Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:07.256Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:07.256Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T06:03:07.298Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T06:03:07.299Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:03:07.299Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T06:03:07.299Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:03:07.299Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:07.300Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:07.300Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156187299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:08.301Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:03:08.301Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T06:03:08.301Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:03:08.301Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:08.301Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:08.301Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156188301,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:09.302Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:03:09.317Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:03:09.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:03:09.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:03:09.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:03:09.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:03:09.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:09.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:09.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:09.321Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:09.321Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:09.328Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:03:39.329Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:03:39.334Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T06:03:39.334Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T06:03:39.335Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T06:03:39.342Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:03:39.359Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T06:03:39.359Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3994eab9-813b-402c-b9bd-e08686fe8dfe], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T06:03:39.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:03:39.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:03:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[348392], x-aai-txid=[2-aai-resources-230330-06:03:39:811-84565], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:03:39.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:03:39.519Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T06:03:39.519Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:03:39.520Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:39.532Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|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-30T06:03:39.532Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:03:39.532Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:03:39.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:39.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:39.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156219532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:03:40.569Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:03:40.569Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:03:40.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:40.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:40.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:40.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:41.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:41.572Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:41.572Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:41.572Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:42.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:42.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:42.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:42.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:43.575Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:43.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:43.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:43.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:44.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:44.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:44.578Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:44.578Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:45.579Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:45.580Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:45.580Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:45.580Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:46.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:46.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:46.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:46.581Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:47.582Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:03:47.582Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:47.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:47.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:48.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:03:48.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:03:48.585Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T06:03:48.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:03:48.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:03:48.624Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:03:48.625Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:03:48.625Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:03:48.625Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:48.625Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T06:03:48.625Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:48.856Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T06:03:48.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T06:03:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:03:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:03:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:48.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156228859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:49.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:03:49.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:03:49.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:49.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:49.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:49.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:49.944Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9093185467813961302/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T06:03:50.543Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:03:50.544Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:03:50.545Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:03:50.546Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T06:03:50.595Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T06:03:50.596Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:03:50.596Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T06:03:50.596Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:03:50.596Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:50.596Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:50.596Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156230596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:51.597Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:03:51.598Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T06:03:51.598Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:03:51.598Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:03:51.598Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:03:51.598Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156231597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:03:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156185784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156187299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156188301,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156219532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156228859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156230596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T06:03:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:03:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156231597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T06:03:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:03:52.600Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:03:52.616Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:03:52.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:03:52.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:03:52.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:03:52.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:03:52.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:52.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:52.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:52.621Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:03:52.621Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T06:03:52.630Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:04:22.631Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:04:22.636Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T06:04:22.637Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T06:04:22.637Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T06:04:22.644Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:04:22.676Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T06:04:22.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a290d9d-51ca-445e-aa89-e4d38be731e2], X-ECOMP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-TransactionId=[], X-ONAP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], Content-Type=[application/merge-patch+json]}
2023-03-30T06:04:22.686Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:04:22.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:04:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[172088], x-aai-txid=[0-aai-resources-230330-06:04:23:131-66153], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:04:22.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:04:22.842Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T06:04:22.842Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:04:22.842Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T06:04:22.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|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-30T06:04:22.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:04:22.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:04:22.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:22.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:22.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156262854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:04:23.877Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:04:23.877Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:04:23.878Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:04:23.878Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:23.878Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:23.879Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "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-30T06:04:24.880Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:04:24.880Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:24.880Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:24.880Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "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-30T06:04:25.881Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:04:25.881Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:25.881Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:25.881Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "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-30T06:04:26.882Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:04:26.883Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:26.883Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:26.883Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "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-30T06:04:27.884Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:04:27.884Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:27.885Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:27.885Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "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-30T06:04:28.886Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:04:28.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:28.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:28.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "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-30T06:04:29.888Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:04:29.888Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:29.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:29.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:04:30.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:04:30.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:04:30.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T06:04:30.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:04:30.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:04:30.915Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:04:30.915Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:04:30.915Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:04:30.915Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:04:30.915Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T06:04:30.916Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:04:31.113Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T06:04:31.115Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T06:04:31.115Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:04:31.115Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:04:31.115Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:04:31.116Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:31.116Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:31.116Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156271115,
  "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-30T06:04:32.116Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:04:32.117Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:04:32.117Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:32.117Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T06:04:32.117Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:32.117Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:32.198Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16362301998435622284/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-30T06:04:33.130Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:04:33.131Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:04:33.132Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.133Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:04:33.134Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:04:33.135Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:04:33.136Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T06:04:33.179Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T06:04:33.180Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:04:33.180Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T06:04:33.180Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:04:33.180Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:33.181Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:33.181Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156273180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:04:34.183Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:04:34.183Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T06:04:34.183Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:04:34.184Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:04:34.184Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:04:34.184Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156274183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:04:35.186Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:04:35.204Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:04:35.207Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:04:35.208Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T06:04:35.220Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:04:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:04:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156262854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:04:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:04:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:04:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:04:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:04:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:04:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156271115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:04:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156273180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T06:04:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:04:51.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:04:51.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156274183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T06:04:51.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:05.220Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:05:05.230Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T06:05:05.230Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T06:05:05.231Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T06:05:05.238Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:05:05.259Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T06:05:05.260Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8407d81e-330b-456b-92a6-20efecd04c8b], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T06:05:05.266Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:05:05.428Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:05:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[241840], x-aai-txid=[1-aai-resources-230330-06:05:05:711-96794], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:05:05.428Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:05:05.429Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:05:05.429Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:05:05.429Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T06:05:05.442Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|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-30T06:05:05.442Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:05:05.442Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:05:05.442Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:05.443Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:05.443Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156305442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:05:06.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:05:06.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:05:06.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:06.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:06.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:06.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:07.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:07.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:07.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:07.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:08.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:08.495Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:08.495Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:08.495Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:09.496Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:09.496Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:09.496Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:09.496Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:10.497Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:10.498Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:10.498Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:10.498Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:11.498Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:11.499Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:11.499Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:11.499Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:12.500Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:12.500Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:12.500Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:12.500Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:13.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:13.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:13.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:13.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:14.502Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:05:14.502Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:05:14.502Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T06:05:14.503Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:05:14.503Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T06:05:14.540Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:05:14.541Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:05:14.541Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:05:14.541Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:14.542Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-30T06:05:14.542Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:14.822Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-30T06:05:14.824Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T06:05:14.825Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:05:14.825Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:14.825Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:05:14.825Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:14.826Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:14.826Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156314825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:15.826Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:05:15.827Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-30T06:05:15.827Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:15.828Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:15.828Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:15.828Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:15.926Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP811291632499283064/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.545Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.546Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.547Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.547Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.547Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.547Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.547Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.547Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.547Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T06:05:16.570Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:05:16.575Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||pNF 7a0cf1b8-5236 0
2023-03-30T06:05:16.575Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396
2023-03-30T06:05:16.575Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:05:16.575Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:05:16.575Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7a0cf1b8-5236 0 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 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-30T06:05:16.586Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72718d79, org.onap.sdc.toscaparser.api.parameters.Input@1554abca, org.onap.sdc.toscaparser.api.parameters.Input@49bb9cf8, org.onap.sdc.toscaparser.api.parameters.Input@17f97e70, org.onap.sdc.toscaparser.api.parameters.Input@691d33b3]
2023-03-30T06:05:16.586Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.586Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.587Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 241c24b8-6ae3-46da-afb7-c9e9e53ebd53: pNF 7a0cf1b8-5236
2023-03-30T06:05:16.587Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396
2023-03-30T06:05:16.587Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:05:16.587Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:05:16.587Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Resource customization UUID: a5afbe8f-9d54-49e8-9989-e99d9e2f955c is the same as notified resource customizationUUID: a5afbe8f-9d54-49e8-9989-e99d9e2f955c
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-30T06:05:16.659Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7a0cf1b8-5236 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 0 ASDC deployResourceStructure
2023-03-30T06:05:16.659Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:05:16.659Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:05:16.659Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:05:16.660Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:16.660Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:16.660Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156316659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:17.661Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:05:17.683Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:05:17.688Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:05:17.688Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:05:17.688Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:05:17.688Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:05:17.688Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:05:17.689Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:05:17.689Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:05:17.689Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:05:17.689Z|2a42004d-7f07-4b86-8df6-e891a99df807|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-30T06:05:17.711Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:05:47.711Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:05:47.718Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:05:47.718Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T06:05:47.719Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T06:05:47.726Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:05:47.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|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/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T06:05:47.748Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T06:05:47.755Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:05:47.903Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T06:05:47.904Z|2a42004d-7f07-4b86-8df6-e891a99df807|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/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:05:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[245976], x-aai-txid=[1-aai-resources-230330-06:05:48:200-49821], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:05:47.904Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:05:47.904Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:05:47.904Z|2a42004d-7f07-4b86-8df6-e891a99df807|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-30T06:05:47.916Z|2a42004d-7f07-4b86-8df6-e891a99df807|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-30T06:05:47.916Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:05:47.916Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:05:47.916Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:47.916Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:47.916Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156347916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:05:48.937Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T06:05:48.938Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T06:05:48.938Z||pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:05:48.938Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:05:48.938Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:05:48.939Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:05:48.944Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9955d014-eb5b-4960-a16f-19337733e2de
2023-03-30T06:05:48.944Z||pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:05:48.945Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:05:48.945Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:05:50.128Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:05:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:51.775Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:51.776Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:05:51.782Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9955d014-eb5b-4960-a16f-19337733e2de', protocol='range'}
2023-03-30T06:05:51.782Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:05:51.788Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9955d014-eb5b-4960-a16f-19337733e2de=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-30T06:05:51.803Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9955d014-eb5b-4960-a16f-19337733e2de', protocol='range'}
2023-03-30T06:05:51.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:05:51.803Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:05:51.803Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:05:51.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:51.804Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:51.807Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:05:51.808Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:05:51.808Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:05:51.808Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:05:51.808Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:05:51.808Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:05:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=592, 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-30T06:05:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:05:52.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.826Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:05:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.828Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156305442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:05:52.828Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:52.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:05:52.828Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.829Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:05:52.829Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680155826672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156314825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156316659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:05:52.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:52.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:05:52.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156347916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:05:52.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:05:53.830Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:53.830Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:53.831Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:53.831Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:54.831Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:54.832Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:54.832Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:54.832Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:55.833Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:55.833Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:55.833Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:55.833Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:56.834Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:56.834Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:56.834Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:56.834Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:57.835Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:57.836Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:57.836Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:57.836Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:58.836Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:05:58.837Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:58.837Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:58.837Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:05:59.838Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:05:59.839Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:05:59.839Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T06:05:59.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:05:59.839Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:05:59.875Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:05:59.876Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:05:59.876Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:05:59.876Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:05:59.876Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:05:59.876Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:05:59.902Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:05:59.902Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b776131
2023-03-30T06:05:59.902Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:05:59.902Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:05:59.902Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:05:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T06:05:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T06:05:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:05:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:05:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:05:59.903Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156359903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:06:00.905Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T06:06:00.925Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T06:06:00.925Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:06:00.931Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T06:06:00.932Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T06:06:00.932Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:06:00.932Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:06:00.932Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@76a003c4
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T06:06:00.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:06:00.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:06:00.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:06:00.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156360948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:06:01.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T06:06:01.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:06:01.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:06:01.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:06:01.969Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:06:31.970Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:06:31.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:06:32.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:06:32.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:06:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:06:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:06:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:06:51.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:02.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:07:02.029Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:07:02.032Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:07:02.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:07:32.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:07:32.051Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:07:32.054Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:07:32.054Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:07:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:07:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156359903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156360948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:07:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:08:02.055Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:08:02.075Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:08:02.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:08:02.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:08:32.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:08:32.093Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:08:32.095Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:08:32.095Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:08:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:09:02.096Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:09:02.120Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:09:02.129Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:09:02.129Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:09:32.129Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:09:32.141Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:09:32.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:09:32.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:09:51.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:10:02.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:10:02.161Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:10:02.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:10:02.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:10:32.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:10:32.179Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:10:32.181Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:10:32.181Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:10:51.764Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:10:52.826Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:10:52.826Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-9955d014-eb5b-4960-a16f-19337733e2de 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-30T06:10:52.826Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T06:10:52.827Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T06:10:55.382Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:10:55.399Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:10:55.399Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:10:55.405Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:10:55.406Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:10:55.422Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:10:55.422Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:10:55.422Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:10:55.426Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:10:55.427Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:10:55.427Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:10:55.427Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=613, 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-30T06:10:55.427Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:10:55.427Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:11:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T06:11:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:11:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T06:11:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T06:11:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T06:11:02.195Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:11:02.213Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T06:11:02.214Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T06:11:02.221Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:11:02.392Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:11:02.393Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:11:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-06:11:02:668-62343], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:11:02.393Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:11:02.393Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:11:02.393Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:11:02.402Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:11:02.402Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T06:11:02.402Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T06:11:02.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:02.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:02.403Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156662402,
  "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-30T06:11:02.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:02.423Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156662402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T06:11:02.423Z||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-30T06:11:03.423Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:11:03.424Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:11:03.424Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:03.424Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:03.425Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:03.425Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "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-30T06:11:04.427Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:04.427Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:04.427Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:04.428Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:05.429Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:11:05.429Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:11:05.429Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T06:11:05.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T06:11:05.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:11:05.460Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:11:05.461Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:11:05.461Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:11:05.461Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:11:05.461Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:11:05.462Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:11:05.743Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:11:05.745Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T06:11:05.745Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:11:05.745Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:11:05.746Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:11:05.746Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:05.746Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:05.746Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156665745,
  "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-30T06:11:06.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:11:06.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:11:06.748Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:06.748Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T06:11:06.749Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:06.749Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:06.858Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8526871101343076192/Definitions/service-BasicNetwork-template.yml
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:07.160Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T06:11:07.194Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T06:11:07.194Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:11:07.195Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T06:11:07.195Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:11:07.195Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:07.195Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:07.195Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156667194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:08.196Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:11:08.196Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T06:11:08.196Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:11:08.196Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:08.197Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:08.197Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156668195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:09.198Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:11:09.208Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:11:09.211Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:11:09.211Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:11:09.211Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:11:09.211Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:11:09.211Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:09.211Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:09.212Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:09.212Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:09.212Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:11:09.220Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:11:39.221Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:11:39.231Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T06:11:39.231Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T06:11:39.232Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T06:11:39.239Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:11:39.335Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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-30T06:11:39.336Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T06:11:39.346Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:11:39.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T06:11:39.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:11:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[348392], x-aai-txid=[2-aai-resources-230330-06:11:39:791-1507], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:11:39.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:11:39.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:11:39.505Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:11:39.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:11:39.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:11:39.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:11:39.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:39.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:39.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156699517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:11:40.558Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:11:40.558Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:11:40.559Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:40.559Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:40.559Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:40.559Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:41.560Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:41.561Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:41.561Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:41.561Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:42.563Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:42.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:42.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:42.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:43.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:43.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:43.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:43.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:44.567Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:44.567Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:44.567Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:44.567Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:45.568Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:45.568Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:45.569Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:45.569Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:46.569Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:46.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:46.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:46.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:47.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:11:47.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:47.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:47.572Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:48.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:11:48.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:11:48.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T06:11:48.573Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:11:48.574Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:11:48.610Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:11:48.610Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:11:48.610Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:11:48.610Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:48.610Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:11:48.611Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:48.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:11:48.869Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T06:11:48.869Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:11:48.870Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:48.870Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:11:48.870Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:48.870Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:48.870Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156708869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:49.871Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:11:49.872Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:11:49.872Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:49.873Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:49.873Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:49.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:49.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10160993671327543667/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T06:11:50.547Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:11:50.548Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:50.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:50.550Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:11:50.550Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:11:50.550Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T06:11:50.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T06:11:50.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:11:50.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T06:11:50.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:11:50.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:50.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:50.585Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156710585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:51.586Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:11:51.587Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T06:11:51.587Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:11:51.587Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:11:51.587Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:11:51.587Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156711586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:11:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156665745,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156667194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156668195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156699517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:11:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156708869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156710585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156711586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T06:11:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:11:52.588Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:11:52.605Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:11:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:11:52.617Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:12:22.618Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:12:22.622Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T06:12:22.622Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T06:12:22.623Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T06:12:22.630Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:12:22.653Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T06:12:22.653Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T06:12:22.661Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:12:22.815Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T06:12:22.815Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:12:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[172088], x-aai-txid=[2-aai-resources-230330-06:12:23:105-52257], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:12:22.815Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:12:22.816Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:12:22.816Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:12:22.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:12:22.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:12:22.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:12:22.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:22.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:22.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156742826,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:12:23.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:12:23.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:12:23.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:12:23.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:23.852Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:23.852Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "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-30T06:12:24.852Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:12:24.853Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:24.853Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:24.853Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "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-30T06:12:25.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:12:25.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:25.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:25.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "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-30T06:12:26.856Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:12:26.856Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:26.856Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:26.857Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "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-30T06:12:27.857Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:12:27.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:27.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:27.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "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-30T06:12:28.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:12:28.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:28.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:28.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "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-30T06:12:29.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:12:29.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:29.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:29.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:12:30.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:12:30.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:12:30.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T06:12:30.863Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:12:30.863Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:12:30.890Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:12:30.890Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:12:30.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:12:30.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:12:30.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:12:30.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:12:31.173Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:12:31.176Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T06:12:31.176Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:12:31.176Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:12:31.176Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:12:31.176Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:31.176Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:31.177Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156751176,
  "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-30T06:12:32.177Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:12:32.178Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:12:32.178Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:32.179Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T06:12:32.179Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:32.179Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:32.302Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP415414314438484739/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-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:12:33.166Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:12:33.167Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.168Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:12:33.169Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T06:12:33.198Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T06:12:33.198Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:12:33.199Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T06:12:33.199Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:12:33.199Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:33.199Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:33.199Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156753198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:12:34.200Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:12:34.200Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T06:12:34.200Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:12:34.200Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:12:34.200Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:12:34.200Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156754199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:12:35.201Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:12:35.221Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:12:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:12:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:12:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:12:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:12:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:12:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:12:35.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:12:35.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:12:35.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:12:35.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:12:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:12:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156742826,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:12:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:12:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:12:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156751176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156753198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156754199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T06:12:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:05.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:13:05.246Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T06:13:05.246Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T06:13:05.247Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T06:13:05.254Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:13:05.284Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T06:13:05.285Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T06:13:05.291Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:13:05.486Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:13:05.487Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:13:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[191], vertex-id=[241840], x-aai-txid=[1-aai-resources-230330-06:13:05:736-18116], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:13:05.487Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:13:05.488Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:13:05.488Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:13:05.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:13:05.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:13:05.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:13:05.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:05.501Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:05.502Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156785501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:13:06.522Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:13:06.522Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:13:06.523Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:06.523Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:06.523Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:06.523Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:07.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:07.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:07.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:07.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:08.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:08.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:08.525Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:08.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:09.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:09.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:09.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:09.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:10.532Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:10.532Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:10.532Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:10.532Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:11.533Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:11.533Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:11.533Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:11.533Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:12.534Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:12.534Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:12.534Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:12.534Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:13.535Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:13.536Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:13.536Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:13.536Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:14.537Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:13:14.537Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:13:14.537Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T06:13:14.537Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:13:14.537Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:13:14.569Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:13:14.570Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:13:14.570Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:13:14.570Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:14.570Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:13:14.570Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:14.808Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:13:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T06:13:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:13:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:13:14.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:14.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:14.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156794811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:15.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:13:15.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:13:15.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:15.814Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:15.814Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:15.814Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:15.902Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11850529369091579004/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T06:13:16.564Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:13:16.564Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:13:16.565Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:13:16.566Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T06:13:16.606Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T06:13:16.607Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:13:16.607Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T06:13:16.607Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:13:16.607Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:16.608Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:16.608Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156796607,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:17.609Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:13:17.610Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T06:13:17.610Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:13:17.610Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:17.610Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:17.610Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156797609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:18.612Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:13:18.628Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:13:18.632Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:13:18.632Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:13:18.632Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:13:18.632Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:13:18.632Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:13:18.632Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:13:18.632Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:13:18.633Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:13:18.633Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:13:18.641Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:13:48.642Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:13:48.651Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:13:48.651Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T06:13:48.652Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T06:13:48.659Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:13:48.683Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T06:13:48.684Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T06:13:48.688Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:13:48.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T06:13:48.843Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:13:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[245976], x-aai-txid=[0-aai-resources-230330-06:13:49:133-16363], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:13:48.843Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:13:48.844Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:13:48.844Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:13:48.854Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:13:48.854Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:13:48.854Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:13:48.855Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:48.855Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:48.855Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156828854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:13:49.875Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T06:13:49.876Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T06:13:49.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:13:49.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:13:49.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:13:49.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:13:49.881Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:13:49.882Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-72308427-0742-47ac-8270-f0f48e47c642
2023-03-30T06:13:49.883Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:13:49.883Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:13:50.046Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:13:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:51.780Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.780Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:13:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:13:51.787Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-72308427-0742-47ac-8270-f0f48e47c642', protocol='range'}
2023-03-30T06:13:51.792Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-72308427-0742-47ac-8270-f0f48e47c642=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-30T06:13:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:13:51.809Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-72308427-0742-47ac-8270-f0f48e47c642', protocol='range'}
2023-03-30T06:13:51.809Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.810Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:13:51.810Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.810Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:13:51.814Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.815Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:13:51.815Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:13:51.815Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=642, 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-30T06:13:51.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:13:51.815Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:13:51.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:13:51.815Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:13:51.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:13:52.835Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.836Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:13:52.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156785501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:13:52.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:13:52.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.838Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.838Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156348937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.838Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156794811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.839Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156796607,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156797609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:13:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156828854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:13:52.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:13:53.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:53.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:53.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:53.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:54.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:54.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:54.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:54.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:55.843Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:55.843Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:55.843Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:55.844Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:56.845Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:56.845Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:56.845Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:56.845Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:57.846Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:57.847Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:57.847Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:57.847Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:58.849Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:13:58.849Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:58.849Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:58.849Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:13:59.850Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:13:59.850Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:13:59.850Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T06:13:59.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:13:59.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:13:59.884Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:13:59.885Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:13:59.885Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:13:59.885Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:13:59.885Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:13:59.885Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:13:59.926Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:13:59.926Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e4b45b7
2023-03-30T06:13:59.926Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:13:59.926Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:13:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:13:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T06:13:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T06:13:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:13:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:13:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:13:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156839927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:14:00.928Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T06:14:00.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T06:14:00.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:14:00.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T06:14:00.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T06:14:00.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:14:00.952Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:14:00.952Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:14:00.980Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:14:00.981Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@bb64454
2023-03-30T06:14:00.981Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:14:00.981Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:14:00.981Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:14:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T06:14:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T06:14:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:14:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:14:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:14:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156840982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:14:01.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T06:14:01.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:14:01.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:14:02.002Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:14:02.002Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:14:32.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:14:32.030Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:14:32.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:14:32.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:14:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:14:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:14:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:14:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:02.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:15:02.056Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:15:02.061Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:15:02.061Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:15:32.061Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:15:32.075Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:15:32.078Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:15:32.078Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:15:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:15:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:15:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:15:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:15:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156839927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:15:51.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:15:51.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:15:51.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156840982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:15:51.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:02.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:16:02.099Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:16:02.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:16:02.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:16:32.104Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:16:32.128Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:16:32.133Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:16:32.134Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:16:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:16:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156849089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156880338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:16:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680156878410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:16:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680156895202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680156904117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156903342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156904344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:16:51.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680156905345,
  "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-30T06:16:51.815Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cea2f9e4-238b-4335-830f-8aeae4dff83b
2023-03-30T06:16:51.815Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cea2f9e4-238b-4335-830f-8aeae4dff83b 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-30T06:16:51.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.833Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156905225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156913369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156908758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156917559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156917097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680156918100,
  "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-30T06:16:51.853Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cea2f9e4-238b-4335-830f-8aeae4dff83b
2023-03-30T06:16:51.853Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cea2f9e4-238b-4335-830f-8aeae4dff83b 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-30T06:16:51.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.875Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156919382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:16:51.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:16:51.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:16:51.875Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680156920386,
  "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-30T06:16:51.888Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cea2f9e4-238b-4335-830f-8aeae4dff83b
2023-03-30T06:16:51.888Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cea2f9e4-238b-4335-830f-8aeae4dff83b 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-30T06:17:02.134Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:17:02.167Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:17:02.172Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:17:02.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:17:32.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:17:32.196Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:17:32.199Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:17:32.199Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:17:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:18:02.200Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:18:02.226Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:18:02.230Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:18:02.230Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:18:32.230Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:18:32.245Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:18:32.249Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:18:32.249Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:18:51.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:18:52.839Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:18:52.840Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-72308427-0742-47ac-8270-f0f48e47c642 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-30T06:18:52.840Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T06:18:52.840Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T06:18:55.539Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:18:55.556Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.556Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:18:55.562Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:18:55.562Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:18:55.579Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:18:55.580Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.580Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.585Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.585Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.585Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.585Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.586Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:18:55.586Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:19:02.249Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T06:19:02.250Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:19:02.261Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T06:19:02.261Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T06:19:02.263Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T06:19:02.266Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:19:02.283Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T06:19:02.284Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T06:19:02.291Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:19:02.479Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:19:02.480Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:19:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[183], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-06:19:02:738-53411], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:19:02.480Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:19:02.480Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:19:02.480Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:19:02.488Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:19:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T06:19:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T06:19:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157142489,
  "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-30T06:19:02.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:02.516Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157142489,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T06:19:02.516Z||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-30T06:19:03.519Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:19:03.519Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:19:03.520Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:03.520Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:03.520Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:03.520Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "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-30T06:19:04.521Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:04.522Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:04.523Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:04.523Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:05.524Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:19:05.525Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:19:05.525Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T06:19:05.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T06:19:05.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:19:05.572Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:19:05.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:19:05.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:19:05.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:19:05.573Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:19:05.574Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:19:05.841Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:19:05.843Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T06:19:05.843Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:19:05.843Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:19:05.844Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:19:05.844Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:05.844Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:05.844Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157145843,
  "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-30T06:19:06.845Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:19:06.846Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:19:06.846Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:06.846Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T06:19:06.847Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:06.847Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:06.939Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17147685701767687064/Definitions/service-BasicNetwork-template.yml
2023-03-30T06:19:07.271Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:19:07.272Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:19:07.273Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:07.274Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:07.275Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:07.275Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:07.275Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T06:19:07.322Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T06:19:07.322Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:19:07.323Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T06:19:07.323Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:19:07.324Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:07.324Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:07.324Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157147322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:08.325Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:19:08.325Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T06:19:08.325Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:19:08.326Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:08.326Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:08.326Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157148325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:09.327Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:19:09.352Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:19:09.356Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:19:09.356Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:19:09.356Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:19:09.356Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:19:09.357Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:09.357Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:09.357Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:09.357Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:09.357Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:19:09.373Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:19:39.373Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:19:39.385Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T06:19:39.386Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T06:19:39.386Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T06:19:39.393Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:19:39.423Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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-30T06:19:39.424Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T06:19:39.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:19:39.596Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T06:19:39.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:19:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-06:19:39:874-60180], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:19:39.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:19:39.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:19:39.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:19:39.607Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:19:39.607Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:19:39.608Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:19:39.608Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:39.608Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:39.608Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157179608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:19:40.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:19:40.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:19:40.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:40.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:40.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:40.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:41.634Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:41.634Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:41.634Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:41.635Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:42.636Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:42.637Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:42.637Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:42.637Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:43.639Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:43.640Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:43.640Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:43.640Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:44.641Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:44.642Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:44.642Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:44.643Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:45.643Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:45.644Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:45.644Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:45.644Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:46.645Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:46.646Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:46.646Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:46.646Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:47.647Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:19:47.647Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:47.647Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:47.647Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:48.648Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:19:48.648Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:19:48.649Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T06:19:48.649Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:19:48.649Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:19:48.685Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:19:48.685Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:19:48.685Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:19:48.685Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:48.686Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:19:48.686Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:48.945Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:19:48.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T06:19:48.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:19:48.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:48.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:19:48.947Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:48.947Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:48.947Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157188946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:49.948Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:19:49.949Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:19:49.949Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:49.950Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:49.950Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:49.950Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.033Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2725931048789711434/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T06:19:50.676Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:50.677Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:50.678Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:50.679Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:50.679Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:19:50.679Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:19:50.679Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T06:19:50.710Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T06:19:50.710Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:19:50.710Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T06:19:50.710Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:19:50.710Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:50.711Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:50.711Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157190710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:51.712Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:19:51.712Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T06:19:51.712Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:19:51.712Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:19:51.713Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:19:51.713Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157191712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:19:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157145843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157147322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157148325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157179608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:19:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157188946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157190710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:19:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157191712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T06:19:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:19:52.713Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:19:52.737Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:19:52.741Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:19:52.742Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:19:52.754Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:20:22.754Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:20:22.764Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T06:20:22.765Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T06:20:22.766Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T06:20:22.773Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:20:22.793Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T06:20:22.794Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T06:20:22.802Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:20:22.966Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T06:20:22.966Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:20:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[172088], x-aai-txid=[1-aai-resources-230330-06:20:23:247-37860], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:20:22.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:20:22.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:20:22.967Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:20:22.977Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:20:22.978Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:20:22.978Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:20:22.978Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:22.979Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:22.979Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157222978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:20:24.004Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:20:24.005Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:20:24.006Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:20:24.006Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:24.006Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:24.006Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "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-30T06:20:25.007Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:20:25.008Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:25.008Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:25.008Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "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-30T06:20:26.009Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:20:26.010Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:26.010Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:26.010Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "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-30T06:20:27.011Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:20:27.012Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:27.012Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:27.012Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "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-30T06:20:28.012Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:20:28.013Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:28.013Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:28.013Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "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-30T06:20:29.014Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:20:29.014Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:29.014Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:29.014Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "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-30T06:20:30.015Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:20:30.016Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:30.016Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:30.016Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:20:31.018Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:20:31.019Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:20:31.019Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T06:20:31.019Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:20:31.019Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:20:31.071Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:20:31.071Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:20:31.072Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:20:31.072Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:20:31.072Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:20:31.072Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:20:31.331Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:20:31.333Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T06:20:31.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:20:31.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:20:31.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:20:31.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:31.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:31.334Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157231334,
  "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-30T06:20:32.336Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:20:32.337Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:20:32.337Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:32.337Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T06:20:32.338Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:32.338Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:32.464Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16989568079626375406/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-30T06:20:33.324Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:20:33.324Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:20:33.325Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:20:33.326Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:20:33.327Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.328Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:20:33.329Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.329Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:20:33.329Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.329Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:20:33.329Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:20:33.329Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:20:33.329Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T06:20:33.363Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T06:20:33.363Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:20:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T06:20:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:20:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157233363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:20:34.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:20:34.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T06:20:34.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:20:34.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:20:34.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:20:34.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157234365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:20:35.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:20:35.395Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:20:35.400Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:20:35.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:20:35.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:20:35.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:20:35.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:20:35.402Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:20:35.402Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:20:35.402Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:20:35.402Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:20:35.417Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:20:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:20:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157222978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:20:51.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157231334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157233363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T06:20:51.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:20:51.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:20:51.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157234365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T06:20:51.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:05.418Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:21:05.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T06:21:05.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T06:21:05.432Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T06:21:05.438Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:21:05.456Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T06:21:05.456Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[280f29f5-6a55-4427-9871-29ce89e6f103], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T06:21:05.462Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:21:05.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:21:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[241840], x-aai-txid=[0-aai-resources-230330-06:21:05:907-43404], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:21:05.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:21:05.610Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:21:05.610Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:21:05.610Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:21:05.619Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:21:05.620Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:21:05.620Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:21:05.620Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:05.620Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:05.620Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157265620,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:21:06.650Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:21:06.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:21:06.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:06.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:06.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:06.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:07.652Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:07.652Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:07.653Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:07.653Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:08.653Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:08.654Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:08.654Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:08.654Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:09.655Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:09.655Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:09.656Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:09.656Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:10.656Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:10.657Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:10.657Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:10.657Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:11.658Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:11.658Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:11.658Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:11.658Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:12.659Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:12.659Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:12.659Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:12.660Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:13.660Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:13.661Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:13.661Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:13.661Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:14.662Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:21:14.663Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:21:14.663Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T06:21:14.663Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:21:14.663Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:21:14.717Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:21:14.718Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:21:14.718Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:21:14.718Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:14.718Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:21:14.718Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:15.012Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:21:15.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T06:21:15.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:21:15.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:15.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:21:15.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:15.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:15.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157275015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:16.016Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:21:16.017Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:21:16.018Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.018Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.019Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.019Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.124Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17441735444535287659/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T06:21:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:21:16.735Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:21:16.736Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T06:21:16.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T06:21:16.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:21:16.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T06:21:16.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:21:16.780Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:16.780Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:16.780Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157276779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:17.781Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:21:17.781Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T06:21:17.781Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:21:17.782Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:17.782Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:17.782Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157277781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:18.783Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:21:18.806Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:21:18.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:21:18.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:21:18.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:21:18.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:21:18.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:21:18.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:21:18.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:21:18.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:21:18.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:21:18.825Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:21:48.825Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:21:48.834Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:21:48.834Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T06:21:48.835Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T06:21:48.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:21:48.872Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T06:21:48.873Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf6793b1-b964-4cd3-853c-7f9a15b38eff], X-ECOMP-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], X-TransactionId=[], X-ONAP-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], Content-Type=[application/merge-patch+json]}
2023-03-30T06:21:48.881Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:21:49.039Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:21:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[245976], x-aai-txid=[2-aai-resources-230330-06:21:49:327-21114], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:21:49.039Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:21:49.040Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T06:21:49.040Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:21:49.040Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:21:49.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:21:49.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:21:49.051Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:21:49.051Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:49.051Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:49.051Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157309050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:21:50.080Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T06:21:50.080Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T06:21:50.081Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:21:50.081Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:21:50.081Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:21:50.081Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:21:50.087Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a92afa99-1954-45ab-b2f4-4d27905766e6
2023-03-30T06:21:50.087Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:21:50.088Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:21:50.088Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:21:50.302Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:21:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:51.775Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.776Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:21:51.781Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a92afa99-1954-45ab-b2f4-4d27905766e6', protocol='range'}
2023-03-30T06:21:51.781Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:21:51.788Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a92afa99-1954-45ab-b2f4-4d27905766e6=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-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:21:51.806Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:21:51.807Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.807Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a92afa99-1954-45ab-b2f4-4d27905766e6', protocol='range'}
2023-03-30T06:21:51.807Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.807Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:21:51.807Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:21:51.812Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.812Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.812Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.812Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=751, 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-30T06:21:51.812Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.812Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:21:51.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:21:51.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:21:51.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:21:51.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:21:51.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:21:51.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157265620,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680156829875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157275015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157276779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157277781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157309050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:21:52.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:21:52.834Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:21:52.835Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:21:52.835Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:52.836Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:52.836Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:52.836Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:53.836Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:53.837Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:53.837Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:53.837Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:54.838Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:54.838Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:54.838Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:54.838Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:55.839Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:55.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:55.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:55.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:56.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:56.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:56.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:56.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:57.844Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:57.844Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:57.844Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:57.844Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:58.846Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:21:58.846Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:58.847Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:58.847Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:21:59.849Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:21:59.849Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:21:59.850Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T06:21:59.850Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:21:59.851Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:21:59.897Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:21:59.898Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:21:59.898Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:21:59.898Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:21:59.898Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:21:59.899Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:21:59.922Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:21:59.922Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53833d99
2023-03-30T06:21:59.922Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:21:59.923Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:21:59.923Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:21:59.923Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T06:21:59.923Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T06:21:59.923Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:21:59.924Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:21:59.924Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:21:59.924Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157319923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:22:00.926Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T06:22:00.937Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T06:22:00.937Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:22:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T06:22:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T06:22:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:22:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:22:00.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:22:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:22:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55835bb
2023-03-30T06:22:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:22:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:22:00.957Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T06:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T06:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:22:00.958Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157320957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:22:01.959Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T06:22:01.959Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:22:01.973Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:22:01.976Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:22:01.977Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:22:31.977Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:22:32.001Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:22:32.005Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:22:32.006Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:22:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:22:51.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:22:51.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:22:51.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:22:51.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157319923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:22:51.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:22:51.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157320957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:22:51.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:23:02.006Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:23:02.023Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:23:02.027Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:23:02.027Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:23:32.027Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:23:32.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:23:32.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:23:32.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:23:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:24:02.053Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:24:02.073Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:24:02.077Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:24:02.077Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:24:32.077Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:24:32.100Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:24:32.104Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:24:32.104Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:24:51.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:25:02.105Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:25:02.126Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:25:02.130Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:25:02.131Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:25:32.131Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:25:32.151Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:25:32.155Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:25:32.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:25:51.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:26:02.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:26:02.183Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:26:02.188Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:26:02.188Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:26:32.189Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:26:32.213Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:26:32.216Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:26:32.217Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:26:51.765Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:26:52.831Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:26:52.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-a92afa99-1954-45ab-b2f4-4d27905766e6 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-30T06:26:52.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T06:26:52.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T06:26:55.221Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:26:55.237Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:26:55.237Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:26:55.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:26:55.244Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:26:55.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:26:55.259Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:26:55.260Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:26:55.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:26:55.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:26:55.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:26:55.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=773, 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-30T06:26:55.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:26:55.266Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:27:02.217Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T06:27:02.217Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:27:02.225Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T06:27:02.225Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T06:27:02.226Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T06:27:02.229Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:27:02.246Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T06:27:02.246Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9cc86761-c2dc-404e-9cd2-9a843c3561cb], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T06:27:02.255Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:27:02.539Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:27:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[280], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-06:27:02:700-87923], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:27:02.540Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:27:02.540Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:27:02.541Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:27:02.541Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:27:02.545Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:27:02.546Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T06:27:02.546Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T06:27:02.546Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:02.546Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:02.546Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157622546,
  "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-30T06:27:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:02.565Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157622546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T06:27:02.566Z||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-30T06:27:03.578Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:27:03.579Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:27:03.579Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:03.579Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:03.579Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:03.580Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "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-30T06:27:04.580Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:04.581Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:04.581Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:04.581Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:05.583Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:27:05.584Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:27:05.584Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T06:27:05.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T06:27:05.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:27:05.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:27:05.633Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:27:05.633Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:27:05.633Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:27:05.633Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:27:05.633Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:27:05.886Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:27:05.887Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T06:27:05.888Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:27:05.888Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:27:05.888Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:27:05.888Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:05.889Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:05.889Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157625888,
  "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-30T06:27:06.891Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:27:06.892Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:27:06.892Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:06.893Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T06:27:06.894Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:06.894Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:06.988Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13427005355459306576/Definitions/service-BasicNetwork-template.yml
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.364Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:27:07.365Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:07.366Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:07.367Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:07.367Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:07.367Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:07.367Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T06:27:07.428Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T06:27:07.428Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:27:07.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T06:27:07.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:27:07.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:07.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:07.429Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157627428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:08.430Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:27:08.430Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T06:27:08.430Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:27:08.430Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:08.430Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:08.430Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157628430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:09.431Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:27:09.460Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:27:09.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:27:09.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:27:09.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:27:09.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:27:09.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:09.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:09.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:09.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:09.467Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:27:09.480Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:27:39.480Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:27:39.493Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T06:27:39.493Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T06:27:39.494Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T06:27:39.501Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:27:39.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T06:27:39.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[443182af-6eda-405a-953f-4d7bad806248], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T06:27:39.534Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:27:39.678Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:27:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-06:27:39:979-20165], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:27:39.679Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:27:39.680Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T06:27:39.681Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:27:39.681Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:27:39.688Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:27:39.689Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:27:39.689Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:27:39.689Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:39.690Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:39.690Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157659689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:27:40.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:27:40.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:27:40.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:40.724Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:40.724Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:40.724Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:41.724Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:41.725Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:41.725Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:41.725Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:42.726Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:42.727Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:42.727Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:42.727Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:43.729Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:43.729Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:43.729Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:43.729Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:44.732Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:44.732Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:44.732Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:44.733Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:45.734Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:45.735Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:45.735Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:45.735Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:46.736Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:46.737Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:46.737Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:46.737Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:47.738Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:27:47.739Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:47.739Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:47.739Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:48.741Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:27:48.741Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:27:48.741Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T06:27:48.743Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:27:48.745Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:27:48.785Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:27:48.786Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:27:48.786Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:27:48.786Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:48.786Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:27:48.786Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:49.030Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:27:49.032Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T06:27:49.033Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:27:49.033Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:49.033Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:27:49.033Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:49.033Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:49.033Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157669033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:50.034Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:27:50.035Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:27:50.036Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.036Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.037Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.037Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.133Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17990504180421672585/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T06:27:50.754Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:50.755Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:27:50.756Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T06:27:50.792Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T06:27:50.792Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:27:50.792Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T06:27:50.792Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:27:50.792Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:50.793Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:50.793Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:51.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:27:51.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.769Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157625888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157627428,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157628430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157625127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157626363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157624439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157656764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157657182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157655997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.789Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.789Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157656999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:27:51.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.789Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157658280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.790Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.790Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157658000,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2023-03-30T06:27:51.794Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:27:51.794Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T06:27:51.794Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:27:51.794Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:27:51.795Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:27:51.795Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157671793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-30T06:27:51.832Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
2023-03-30T06:27:51.832Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f 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-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157659363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157660452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157659689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.861Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157661605,
  "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-30T06:27:51.874Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
2023-03-30T06:27:51.874Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f 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-30T06:27:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.894Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157662608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157655225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157665380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157658758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157669563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157669033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157671786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157671119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:27:51.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:27:51.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157672790,
  "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-30T06:27:51.919Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
2023-03-30T06:27:51.919Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f 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-30T06:27:52.796Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:27:52.822Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:52.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:27:52.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:27:52.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:28:22.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:28:22.853Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T06:28:22.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T06:28:22.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T06:28:22.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:28:22.883Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T06:28:22.884Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T06:28:22.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:28:23.055Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T06:28:23.055Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:28:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[172088], x-aai-txid=[2-aai-resources-230330-06:28:23:336-74175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:28:23.056Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:28:23.056Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:28:23.056Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:28:23.061Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:28:23.061Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:28:23.061Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:28:23.062Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:23.062Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:23.062Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157703061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:28:24.090Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:28:24.090Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:28:24.091Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:28:24.091Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:24.091Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:24.091Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "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-30T06:28:25.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:28:25.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:25.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:25.093Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "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-30T06:28:26.093Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:28:26.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:26.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:26.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "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-30T06:28:27.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:28:27.095Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:27.095Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:27.095Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "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-30T06:28:28.096Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:28:28.096Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:28.096Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:28.096Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "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-30T06:28:29.097Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:28:29.097Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:29.098Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:29.098Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "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-30T06:28:30.099Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:28:30.099Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:30.099Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:30.100Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:28:31.101Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:28:31.101Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:28:31.101Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T06:28:31.101Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:28:31.102Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:28:31.152Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:28:31.153Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:28:31.153Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:28:31.153Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:28:31.153Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:28:31.154Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:28:31.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:28:31.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T06:28:31.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:28:31.381Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:28:31.381Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:28:31.381Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:31.381Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:31.381Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157711380,
  "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-30T06:28:32.382Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:28:32.382Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:28:32.382Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:32.383Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T06:28:32.383Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:32.383Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:32.469Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7716478422273691100/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-30T06:28:33.363Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:28:33.363Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:28:33.363Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.363Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:28:33.364Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:28:33.365Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:28:33.366Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:28:33.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:28:33.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T06:28:33.405Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T06:28:33.405Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:28:33.405Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T06:28:33.405Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:28:33.405Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:33.405Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:33.406Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157713405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:28:34.407Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:28:34.408Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T06:28:34.408Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:28:34.408Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:28:34.409Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:28:34.409Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157714407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:28:35.410Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:28:35.432Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:28:35.438Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:28:35.438Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:28:35.438Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:28:35.438Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:28:35.439Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:28:35.439Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:28:35.439Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:28:35.439Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:28:35.439Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:28:35.454Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:28:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:28:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:28:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157671793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T06:28:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:05.454Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:29:05.465Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T06:29:05.465Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T06:29:05.465Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T06:29:05.469Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:29:05.483Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T06:29:05.483Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6376ada-67bb-49ae-8dff-5605834f5747], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T06:29:05.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:29:05.650Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:29:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[241840], x-aai-txid=[1-aai-resources-230330-06:29:05:938-81366], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:29:05.651Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:29:05.652Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:29:05.653Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:29:05.653Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:29:05.661Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:29:05.661Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:29:05.662Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:29:05.662Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:05.662Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:05.662Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157745661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:29:06.695Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:29:06.696Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:29:06.696Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:06.696Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:06.696Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:06.696Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:07.697Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:07.697Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:07.698Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:07.698Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:08.698Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:08.699Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:08.699Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:08.699Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:09.701Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:09.701Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:09.701Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:09.702Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:10.702Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:10.703Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:10.703Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:10.703Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:11.703Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:11.704Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:11.704Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:11.704Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:12.705Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:12.705Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:12.705Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:12.705Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:13.706Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:13.707Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:13.707Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:13.707Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:14.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:29:14.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:29:14.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T06:29:14.708Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:29:14.708Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:29:14.755Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:29:14.756Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:29:14.756Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:29:14.756Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:14.756Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:29:14.756Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:14.969Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:29:14.973Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T06:29:14.973Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:29:14.973Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:14.974Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:29:14.974Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:14.974Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:14.974Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157754973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:15.975Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:29:15.975Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:29:15.976Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:15.976Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:15.976Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:15.977Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.102Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9779865913809226491/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T06:29:16.679Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:29:16.679Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:29:16.679Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:29:16.680Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:29:16.681Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:29:16.682Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:29:16.682Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:29:16.682Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:29:16.682Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:29:16.682Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:29:16.682Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:29:16.682Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T06:29:16.721Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T06:29:16.721Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:29:16.721Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T06:29:16.721Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:29:16.721Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:16.721Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:16.721Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157756721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:17.722Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:29:17.722Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T06:29:17.722Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:29:17.722Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:17.723Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:17.723Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157757722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:18.724Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:29:18.743Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:29:18.746Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:29:18.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:29:18.758Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:29:48.759Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:29:48.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:29:48.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T06:29:48.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T06:29:48.776Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:29:48.795Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T06:29:48.796Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T06:29:48.804Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:29:48.957Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T06:29:48.957Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:29:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[245976], x-aai-txid=[0-aai-resources-230330-06:29:49:249-41624], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:29:48.957Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:29:48.958Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:29:48.958Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:29:48.967Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:29:48.967Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:29:48.967Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:29:48.967Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:48.967Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:48.967Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157788967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:29:49.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:29:49.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:29:49.996Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:49.996Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:49.996Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:49.996Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:50.998Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:50.998Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:50.999Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:50.999Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157672121,
  "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-30T06:29:51.780Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
2023-03-30T06:29:51.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f 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-30T06:29:51.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.805Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157659001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157657769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157655871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157663611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157682965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157682563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157681789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157682791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157684065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157683793,
  "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-30T06:29:51.850Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2197a1f-626f-47f5-9db6-843c7a8e6bbd
2023-03-30T06:29:51.850Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2197a1f-626f-47f5-9db6-843c7a8e6bbd 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-30T06:29:51.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157685158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157686214,
  "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-30T06:29:51.886Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2197a1f-626f-47f5-9db6-843c7a8e6bbd
2023-03-30T06:29:51.887Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2197a1f-626f-47f5-9db6-843c7a8e6bbd 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-30T06:29:51.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.905Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157687217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157685225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157693362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157688758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157697544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157699617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.911Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157698906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:29:51.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.911Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157700620,
  "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-30T06:29:51.925Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2197a1f-626f-47f5-9db6-843c7a8e6bbd
2023-03-30T06:29:51.925Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2197a1f-626f-47f5-9db6-843c7a8e6bbd 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-30T06:29:51.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.948Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157699908,
  "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-30T06:29:51.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2197a1f-626f-47f5-9db6-843c7a8e6bbd
2023-03-30T06:29:51.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2197a1f-626f-47f5-9db6-843c7a8e6bbd 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-30T06:29:51.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157703061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:29:51.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157711380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157713405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157714407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T06:29:51.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:29:52.000Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:52.001Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:52.001Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:52.001Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:53.002Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:53.003Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:53.003Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:53.003Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:54.004Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:54.004Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:54.004Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:54.005Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:55.005Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:55.006Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:55.006Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:55.006Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:56.006Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:56.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:56.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:56.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:57.008Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:29:57.008Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:57.008Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:57.008Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:58.009Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:29:58.010Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:29:58.010Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T06:29:58.010Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:29:58.010Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T06:29:58.057Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:29:58.058Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:29:58.058Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:29:58.058Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:29:58.058Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:29:58.058Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:29:58.560Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:29:58.562Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T06:29:58.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:29:58.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:29:58.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:29:58.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:29:58.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:29:58.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157798563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:29:59.564Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:29:59.565Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:29:59.565Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:29:59.566Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:29:59.566Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:29:59.567Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:29:59.708Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13543594577337844298/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T06:30:00.233Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:30:00.233Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:30:00.233Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.233Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.234Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.236Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.236Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.236Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.236Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.236Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.236Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T06:30:00.244Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:30:00.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||pNF cc6e0cda-1f29 0
2023-03-30T06:30:00.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066
2023-03-30T06:30:00.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T06:30:00.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T06:30:00.248Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cc6e0cda-1f29 0 4bf0c47e-625e-428d-aa2a-9f107ca56066 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-30T06:30:00.253Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6be5d19, org.onap.sdc.toscaparser.api.parameters.Input@6c2382d, org.onap.sdc.toscaparser.api.parameters.Input@6ecc7c03, org.onap.sdc.toscaparser.api.parameters.Input@3555b56e, org.onap.sdc.toscaparser.api.parameters.Input@41f76048]
2023-03-30T06:30:00.253Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.253Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.253Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a7e1caef-8389-465b-b8a1-68d3fb2be12a: pNF cc6e0cda-1f29
2023-03-30T06:30:00.254Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4bf0c47e-625e-428d-aa2a-9f107ca56066
2023-03-30T06:30:00.254Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:30:00.254Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:30:00.254Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Resource customization UUID: afa24376-7550-4cc2-a8f0-5e48f28bec33 is the same as notified resource customizationUUID: afa24376-7550-4cc2-a8f0-5e48f28bec33
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-30T06:30:00.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cc6e0cda-1f29 4bf0c47e-625e-428d-aa2a-9f107ca56066 0 ASDC deployResourceStructure
2023-03-30T06:30:00.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:30:00.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:30:00.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:30:00.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:00.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:00.349Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157800348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:01.349Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:30:01.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:30:01.379Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:30:01.393Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:30:31.393Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:30:31.404Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T06:30:31.405Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T06:30:31.405Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T06:30:31.413Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:30:31.434Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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-30T06:30:31.434Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T06:30:31.443Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:30:31.592Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:30:31.592Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:30:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[217144], x-aai-txid=[0-aai-resources-230330-06:30:31:888-5524], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:30:31.593Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:30:31.593Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:30:31.593Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:30:31.601Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:30:31.602Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:30:31.602Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:30:31.602Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:31.602Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:31.602Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157831602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:30:32.633Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T06:30:32.633Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T06:30:32.634Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:30:32.634Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:30:32.634Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:30:32.635Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:30:32.639Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:30:32.640Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-fd53a5a6-8045-4203-b98b-49379198c743
2023-03-30T06:30:32.640Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:30:32.640Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:30:35.084Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:30:38.093Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:30:41.107Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:30:44.116Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:30:47.126Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:30:50.135Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:30:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:51.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:30:51.784Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-fd53a5a6-8045-4203-b98b-49379198c743', protocol='range'}
2023-03-30T06:30:51.785Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:30:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-fd53a5a6-8045-4203-b98b-49379198c743=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-30T06:30:51.806Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-fd53a5a6-8045-4203-b98b-49379198c743', protocol='range'}
2023-03-30T06:30:51.807Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:30:51.807Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:30:51.807Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.807Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.807Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:30:51.812Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:30:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.812Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:30:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=941, 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-30T06:30:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.812Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:30:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:30:51.813Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:30:51.813Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:30:51.813Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:30:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157745661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:30:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.835Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.836Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157754973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157756721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157757722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.841Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.841Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.841Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157743567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157744796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680157761672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680157748224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680157777465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157776696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157777700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:30:52.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680157778703,
  "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-30T06:30:52.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5820888-2e77-44cb-9887-f8f240a29e32
2023-03-30T06:30:52.887Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5820888-2e77-44cb-9887-f8f240a29e32 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-30T06:30:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157775225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157784383,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157778758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157788546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157788176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "aai-model-loader",
  "timestamp": 1680157789178,
  "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-30T06:30:52.921Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5820888-2e77-44cb-9887-f8f240a29e32
2023-03-30T06:30:52.921Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5820888-2e77-44cb-9887-f8f240a29e32 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-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157788967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157790302,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.941Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680157791305,
  "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-30T06:30:52.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5820888-2e77-44cb-9887-f8f240a29e32
2023-03-30T06:30:52.953Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5820888-2e77-44cb-9887-f8f240a29e32 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-30T06:30:52.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157310080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157798563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157800348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:30:52.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157831602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:30:52.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:30:53.842Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:30:53.842Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:53.843Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:53.843Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:54.843Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:30:54.844Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:54.844Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:54.844Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:55.845Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:30:55.845Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:55.846Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:55.846Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:56.846Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:30:56.847Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:56.847Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:56.847Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:57.848Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:30:57.848Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:57.848Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:57.849Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:58.850Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:30:58.851Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:58.852Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:58.852Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:30:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:30:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:30:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T06:30:59.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:30:59.856Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:30:59.912Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:30:59.913Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:30:59.914Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:30:59.914Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:30:59.914Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:30:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:30:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:30:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b1217f0
2023-03-30T06:30:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:30:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:30:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:30:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T06:30:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T06:30:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:30:59.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:30:59.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:30:59.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157859948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:31:00.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T06:31:00.962Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T06:31:00.963Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:31:00.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T06:31:00.967Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T06:31:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:31:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:31:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:31:00.981Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:31:00.981Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2c7166cf
2023-03-30T06:31:00.981Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:31:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:31:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:31:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T06:31:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T06:31:00.982Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:31:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:31:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:31:00.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157860982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:31:01.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T06:31:01.985Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:31:02.007Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:31:02.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:31:02.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:31:32.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:31:32.030Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:31:32.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:31:32.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:31:51.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:31:51.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:31:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:31:51.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:02.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:32:02.055Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:32:02.061Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:32:02.061Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:32:32.061Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:32:32.083Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:32:32.086Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:32:32.086Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:32:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:32:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:32:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:32:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:32:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157859948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:32:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:32:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T06:32:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157860982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:32:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:33:02.087Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:33:02.109Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:33:02.114Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:33:02.114Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:33:32.114Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:33:32.138Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:33:32.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:33:32.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:33:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:34:02.143Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:34:02.161Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:34:02.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:34:02.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:34:32.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:34:32.183Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:34:32.186Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:34:32.187Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:34:51.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:35:02.187Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:35:02.204Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:35:02.208Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:35:02.208Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:35:32.208Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:35:32.227Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:35:32.232Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:35:32.232Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:35:51.764Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:35:52.882Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:35:52.883Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-fd53a5a6-8045-4203-b98b-49379198c743 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-30T06:35:52.883Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T06:35:52.883Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T06:35:55.362Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:35:55.378Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:35:55.378Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:35:55.385Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:35:55.385Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:35:55.401Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:35:55.401Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:35:55.402Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:35:55.406Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:35:55.406Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:35:55.406Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:35:55.406Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1038, 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-30T06:35:55.406Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:35:55.406Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:36:02.233Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T06:36:02.233Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:36:02.239Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T06:36:02.239Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T06:36:02.240Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T06:36:02.243Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:36:02.257Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T06:36:02.257Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T06:36:02.265Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:36:02.410Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:36:02.411Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:36:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-06:36:02:709-90201], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:36:02.411Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:36:02.411Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:36:02.411Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:36:02.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:36:02.421Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T06:36:02.421Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T06:36:02.421Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:02.421Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:02.421Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158162421,
  "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-30T06:36:02.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-30T06:36:02.451Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158162421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T06:36:02.451Z||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-30T06:36:03.447Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:36:03.447Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:36:03.447Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:03.447Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:03.447Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:03.447Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:36:04.448Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:04.449Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:04.449Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:04.449Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:05.450Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:36:05.450Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:36:05.450Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T06:36:05.451Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T06:36:05.451Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:36:05.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:36:05.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:36:05.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:36:05.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:36:05.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:36:05.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:36:05.973Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:36:05.974Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T06:36:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:36:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:36:05.975Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:36:05.976Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:05.976Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:05.976Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158165975,
  "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-30T06:36:06.977Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:36:06.978Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:36:06.978Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:06.978Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T06:36:06.978Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:06.979Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.077Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11636786454704959587/Definitions/service-BasicNetwork-template.yml
2023-03-30T06:36:07.454Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:36:07.455Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:36:07.455Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.455Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T06:36:07.455Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:36:07.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:36:07.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:36:07.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:36:07.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:07.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:07.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:07.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:07.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:07.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:07.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:07.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:07.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:07.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:07.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T06:36:07.495Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T06:36:07.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:36:07.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T06:36:07.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:36:07.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:07.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:07.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158167496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:08.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:36:08.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T06:36:08.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:36:08.498Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:08.498Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:08.498Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158168497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:09.499Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:36:09.521Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:36:09.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:36:09.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:36:09.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:36:09.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:36:09.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:09.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:09.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:09.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:09.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:36:09.539Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:36:39.539Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:36:39.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T06:36:39.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T06:36:39.552Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T06:36:39.559Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:36:39.588Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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-30T06:36:39.589Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T06:36:39.596Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:36:39.742Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T06:36:39.742Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:36:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-06:36:40:038-39448], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:36:39.743Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:36:39.743Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:36:39.743Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:36:39.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:36:39.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:36:39.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:36:39.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:39.748Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:39.748Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158199747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:36:40.773Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:36:40.774Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:36:40.774Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:40.774Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:40.774Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:40.774Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:41.774Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:41.775Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:41.775Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:41.775Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:42.775Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:42.776Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:42.776Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:42.776Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:43.777Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:43.778Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:43.778Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:43.778Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:44.780Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:44.781Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:44.781Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:44.781Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:45.782Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:45.782Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:45.783Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:45.783Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:46.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:46.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:46.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:46.784Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:47.785Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:36:47.785Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:47.785Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:47.785Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:48.786Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:36:48.786Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:36:48.786Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T06:36:48.787Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:36:48.787Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:36:48.829Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:36:48.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:36:48.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:36:48.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:48.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:36:48.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:49.089Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:36:49.091Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T06:36:49.091Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:36:49.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:49.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:36:49.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:49.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:49.092Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158209091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:50.093Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:36:50.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:36:50.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.095Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.095Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.095Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12332886136498184809/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T06:36:50.806Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:50.807Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:36:50.808Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:36:50.809Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T06:36:50.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T06:36:50.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:36:50.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T06:36:50.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:36:50.841Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:50.842Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:50.842Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158210841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:51.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158165975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158167496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158168497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158199747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158209091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:36:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:36:51.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158210841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T06:36:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:36:51.842Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:36:51.843Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T06:36:51.843Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:36:51.843Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:36:51.843Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:36:51.844Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158211842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:36:52.845Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:36:52.870Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:36:52.874Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:36:52.886Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:37:22.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:37:22.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T06:37:22.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T06:37:22.901Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T06:37:22.908Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:37:22.927Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T06:37:22.928Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T06:37:22.936Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:37:23.104Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T06:37:23.104Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:37:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[172088], x-aai-txid=[1-aai-resources-230330-06:37:23:382-5920], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:37:23.105Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:37:23.105Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:37:23.105Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:37:23.110Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:37:23.110Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:37:23.110Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:37:23.111Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:23.111Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:23.111Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158243110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:37:24.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:37:24.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:37:24.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:37:24.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:24.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:24.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:37:25.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:37:25.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:25.150Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:25.150Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:37:26.150Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:37:26.151Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:26.151Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:26.151Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:37:27.152Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:37:27.152Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:27.152Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:27.152Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:37:28.153Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:37:28.154Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:28.154Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:28.155Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:37:29.156Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:37:29.156Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:29.156Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:29.156Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:37:30.157Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:37:30.157Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:30.158Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:30.158Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:37:31.158Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:37:31.159Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:37:31.159Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T06:37:31.159Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:37:31.159Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:37:31.203Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:37:31.204Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:37:31.204Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:37:31.204Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:37:31.204Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:37:31.204Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:37:31.432Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:37:31.435Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T06:37:31.435Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:37:31.435Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:37:31.435Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:37:31.435Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:31.435Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:31.435Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158251435,
  "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-30T06:37:32.436Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:37:32.436Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:37:32.436Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:32.437Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T06:37:32.437Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:32.437Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:32.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4296478904589571120/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-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:37:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:37:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:37:33.379Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:37:33.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:37:33.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:37:33.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:37:33.380Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T06:37:33.420Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T06:37:33.421Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:37:33.421Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T06:37:33.421Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:37:33.421Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:33.421Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:33.421Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158253421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:37:34.422Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:37:34.422Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T06:37:34.422Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:37:34.423Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:37:34.423Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:37:34.423Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158254422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:37:35.424Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:37:35.446Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:37:35.449Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:37:35.463Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:37:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:37:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:37:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158211842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T06:37:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:05.464Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:38:05.476Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T06:38:05.476Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T06:38:05.477Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T06:38:05.481Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:38:05.495Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T06:38:05.496Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T06:38:05.504Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:38:05.719Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:38:05.720Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:38:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[209], vertex-id=[241840], x-aai-txid=[2-aai-resources-230330-06:38:05:951-84666], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:38:05.720Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:38:05.720Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:38:05.720Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:38:05.725Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:38:05.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:38:05.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:38:05.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:05.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:05.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158285726,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:38:06.758Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:38:06.758Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:38:06.759Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:06.759Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:06.759Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:06.759Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:07.761Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:07.761Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:07.762Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:07.762Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:08.762Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:08.763Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:08.763Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:08.763Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:09.763Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:09.764Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:09.764Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:09.764Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:10.764Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:10.765Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:10.765Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:10.765Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:11.766Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:11.766Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:11.766Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:11.766Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:12.767Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:12.767Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:12.767Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:12.767Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:13.768Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:13.768Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:13.768Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:13.769Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:14.769Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:38:14.769Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:38:14.769Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T06:38:14.770Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:38:14.770Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:38:14.810Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:38:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:38:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:38:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:38:14.811Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:15.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:38:15.051Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T06:38:15.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:38:15.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:15.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:38:15.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:15.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:15.053Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158295052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:16.053Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:38:16.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:38:16.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.055Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.055Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.133Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3220224718583841253/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T06:38:16.731Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:38:16.731Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:38:16.731Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.731Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:38:16.731Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.731Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:38:16.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:38:16.733Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:38:16.734Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:38:16.734Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:38:16.734Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:38:16.734Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:38:16.734Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:38:16.734Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:38:16.734Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T06:38:16.775Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T06:38:16.775Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:38:16.775Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T06:38:16.775Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:38:16.775Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:16.775Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:16.776Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158296775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:17.776Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:38:17.777Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T06:38:17.777Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:38:17.777Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:17.777Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:17.777Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158297776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:18.778Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:38:18.801Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:38:18.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:38:18.818Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:38:48.819Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:38:48.828Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:38:48.828Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T06:38:48.829Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T06:38:48.831Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:38:48.845Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T06:38:48.845Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T06:38:48.849Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:38:49.011Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T06:38:49.012Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:38:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[245976], x-aai-txid=[2-aai-resources-230330-06:38:49:294-19423], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:38:49.012Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:38:49.012Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:38:49.012Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:38:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:38:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:38:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:38:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158329021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:38:50.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:38:50.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:38:50.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:50.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:50.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:50.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:51.065Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:51.065Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:51.065Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:51.065Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158243110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158251435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158253421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T06:38:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:38:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158254422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T06:38:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:38:52.066Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:52.066Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:52.066Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:52.066Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:53.067Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:53.068Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:53.068Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:53.068Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:54.068Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:54.068Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:54.069Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:54.069Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:55.069Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:55.069Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:55.070Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:55.070Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:56.070Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:56.071Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:56.071Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:56.071Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:57.071Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:38:57.072Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:57.072Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:57.072Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:58.073Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:38:58.073Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:38:58.073Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T06:38:58.073Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:38:58.073Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:38:58.125Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:38:58.126Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:38:58.126Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:38:58.126Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:38:58.126Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:38:58.126Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:38:58.359Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:38:58.361Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T06:38:58.361Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:38:58.362Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:38:58.362Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:38:58.362Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:38:58.362Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:38:58.362Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158338361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:38:59.362Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:38:59.363Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:38:59.363Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:38:59.363Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:38:59.364Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:38:59.364Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:38:59.453Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18379790108885871889/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T06:39:00.045Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:39:00.045Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:39:00.045Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:00.046Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:00.047Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:00.048Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T06:39:00.087Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T06:39:00.088Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:39:00.088Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T06:39:00.088Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:39:00.088Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:00.088Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:00.088Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158340088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:39:01.089Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:39:01.089Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T06:39:01.089Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:39:01.089Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:01.089Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:01.090Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158341089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:39:02.090Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:39:02.113Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:39:02.117Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:39:02.117Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:39:02.117Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:39:02.117Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:39:02.117Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:02.117Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:02.118Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:02.118Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:02.118Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:39:02.130Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:39:32.136Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:39:32.143Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T06:39:32.143Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T06:39:32.144Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T06:39:32.147Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:39:32.159Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T06:39:32.159Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19393e59-6af7-49c9-b39a-c26c668939fb], X-ECOMP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-TransactionId=[], X-ONAP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], Content-Type=[application/merge-patch+json]}
2023-03-30T06:39:32.166Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:39:32.304Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:39:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[217144], x-aai-txid=[0-aai-resources-230330-06:39:32:610-65223], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:39:32.304Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:39:32.305Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:39:32.305Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:39:32.305Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:39:32.312Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:39:32.313Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:39:32.313Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:39:32.313Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:32.313Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:32.313Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158372313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:39:33.344Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:39:33.344Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:39:33.344Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:33.344Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:33.344Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:33.344Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:34.345Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:34.345Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:34.345Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:34.345Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:35.346Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:35.346Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:35.346Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:35.346Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:36.347Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:36.347Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:36.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:36.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:37.348Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:37.349Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:37.349Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:37.349Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:38.350Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:38.350Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:38.350Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:38.350Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:39.351Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:39.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:39.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:39.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:40.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:40.355Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:40.355Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:40.355Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:41.356Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:41.356Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:41.357Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:41.357Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:39:42.358Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:39:42.358Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:42.358Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:42.358Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:39:43.359Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:39:43.359Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:39:43.359Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T06:39:43.359Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:39:43.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T06:39:43.432Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:39:43.432Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:39:43.432Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:39:43.433Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:43.433Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:39:43.433Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:43.784Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:39:43.792Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T06:39:43.793Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:39:43.793Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:43.793Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:39:43.793Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:43.793Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:43.794Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158383792,
  "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-30T06:39:44.794Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:39:44.795Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:39:44.795Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:44.795Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T06:39:44.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:44.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:44.896Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13868823153346498365/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:45.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.797Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T06:39:45.798Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:45.799Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T06:39:45.809Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b896323-9a19-487d-80ac-12aded77e69c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:39:45.811Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2023-03-30T06:39:45.812Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b896323-9a19-487d-80ac-12aded77e69c
2023-03-30T06:39:45.812Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 263531d8-a418-4693-b65f-d33ab4382af3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-30T06:39:45.812Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:39:45.812Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-30T06:39:45.904Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:39:45.905Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 263531d8-a418-4693-b65f-d33ab4382af3 1565
2023-03-30T06:39:45.905Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-30T06:39:45.905Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-30T06:39:45.905Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:39:45.905Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:45.905Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:45.905Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158385905,
  "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-30T06:39:46.909Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dde35a02-01a0-4e92-b177-964739390992",
    "vfModuleModelCustomizationUUID": "834a2f78-a4d4-4ed7-bbad-59c4fcc4d551",
    "isBase": true,
    "artifacts": [
      "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
      "230dd755-8b7e-4742-97ae-e99b9b7bb4b5"
    ],
    "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": "c829c524-846e-4296-951b-75930dec6cbe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f",
    "vfModuleModelCustomizationUUID": "5a369aaf-97de-4a51-bc9d-b79c8113e701",
    "isBase": false,
    "artifacts": [
      "4477a6d2-9759-4c27-bf36-e004c99387a4"
    ],
    "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-30T06:39:46.914Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dde35a02-01a0-4e92-b177-964739390992
VfModuleModelInvariantUUID:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b39b38b5-b06f-4d44-bd10-67a70e12fdbf
,
230dd755-8b7e-4742-97ae-e99b9b7bb4b5

}
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:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
VfModuleModelInvariantUUID:c829c524-846e-4296-951b-75930dec6cbe
VfModuleModelDescription:NULL
Artifacts UUID List:{
4477a6d2-9759-4c27-bf36-e004c99387a4

}
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-30T06:39:46.918Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dde35a02-01a0-4e92-b177-964739390992",
    "vfModuleModelCustomizationUUID": "834a2f78-a4d4-4ed7-bbad-59c4fcc4d551",
    "isBase": true,
    "artifacts": [
      "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
      "230dd755-8b7e-4742-97ae-e99b9b7bb4b5"
    ],
    "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": "c829c524-846e-4296-951b-75930dec6cbe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f",
    "vfModuleModelCustomizationUUID": "5a369aaf-97de-4a51-bc9d-b79c8113e701",
    "isBase": false,
    "artifacts": [
      "4477a6d2-9759-4c27-bf36-e004c99387a4"
    ],
    "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-30T06:39:46.918Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dde35a02-01a0-4e92-b177-964739390992
VfModuleModelInvariantUUID:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b39b38b5-b06f-4d44-bd10-67a70e12fdbf
,
230dd755-8b7e-4742-97ae-e99b9b7bb4b5

}
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:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
VfModuleModelInvariantUUID:c829c524-846e-4296-951b-75930dec6cbe
VfModuleModelDescription:NULL
Artifacts UUID List:{
4477a6d2-9759-4c27-bf36-e004c99387a4

}
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-30T06:39:46.918Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b39b38b5-b06f-4d44-bd10-67a70e12fdbf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-30T06:39:46.918Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:39:46.918Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-30T06:39:47.036Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:39:47.036Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b39b38b5-b06f-4d44-bd10-67a70e12fdbf 914
2023-03-30T06:39:47.036Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-30T06:39:47.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-30T06:39:47.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:39:47.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:47.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:47.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158387036,
  "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-30T06:39:48.039Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 48ebaa1a-6698-41db-aa78-51d49b03ce48 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-30T06:39:48.039Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:39:48.039Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-30T06:39:48.134Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:39:48.134Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 48ebaa1a-6698-41db-aa78-51d49b03ce48 12
2023-03-30T06:39:48.135Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-30T06:39:48.135Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-30T06:39:48.135Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:39:48.135Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:48.135Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:48.135Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158388135,
  "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-30T06:39:49.137Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 230dd755-8b7e-4742-97ae-e99b9b7bb4b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-30T06:39:49.137Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:39:49.137Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-30T06:39:49.238Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:39:49.239Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 230dd755-8b7e-4742-97ae-e99b9b7bb4b5 96
2023-03-30T06:39:49.239Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-30T06:39:49.239Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-30T06:39:49.239Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:39:49.239Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:49.239Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:49.239Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158389239,
  "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-30T06:39:50.240Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4477a6d2-9759-4c27-bf36-e004c99387a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-30T06:39:50.241Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:39:50.241Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-30T06:39:50.344Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:39:50.345Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4477a6d2-9759-4c27-bf36-e004c99387a4 20206
2023-03-30T06:39:50.345Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-30T06:39:50.346Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-30T06:39:50.346Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:39:50.346Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:50.346Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:50.346Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158390345,
  "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-30T06:39:51.351Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T06:39:51.351Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1b896323-9a19-487d-80ac-12aded77e69c 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-30T06:39:51.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c471c4a, org.onap.sdc.toscaparser.api.parameters.Input@175fa5c, org.onap.sdc.toscaparser.api.parameters.Input@33af165e, org.onap.sdc.toscaparser.api.parameters.Input@6c48268c, org.onap.sdc.toscaparser.api.parameters.Input@78f9c203]
2023-03-30T06:39:51.364Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.365Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.365Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-30T06:39:51.365Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e772c826-8f73-467a-9333-b9561ac8621a
2023-03-30T06:39:51.365Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e772c826-8f73-467a-9333-b9561ac8621a matches Tosca VF Customization UUID: e772c826-8f73-467a-9333-b9561ac8621a
2023-03-30T06:39:51.365Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e772c826-8f73-467a-9333-b9561ac8621a  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-30T06:39:51.369Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.369Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e772c826-8f73-467a-9333-b9561ac8621a: {\"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-30T06:39:51.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30f7a852
2023-03-30T06:39:51.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:39:51.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a369aaf-97de-4a51-bc9d-b79c8113e701
2023-03-30T06:39:51.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a369aaf-97de-4a51-bc9d-b79c8113e701
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-30T06:39:51.374Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.374Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:51.374Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:39:51.374Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.374Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:51.374Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:39:51.375Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.375Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:39:51.375Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e772c826-8f73-467a-9333-b9561ac8621a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:39:51.377Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.377Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 54bb33cc-d843-4139-8565-c6479c64d0e7: basic_cnf_macro
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:39:51.378Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:39:51.379Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-30T06:39:51.457Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1b896323-9a19-487d-80ac-12aded77e69c 2 ASDC deployResourceStructure
2023-03-30T06:39:51.457Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-30T06:39:51.457Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-30T06:39:51.457Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:39:51.458Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:51.458Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:51.458Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158391457,
  "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-30T06:39:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:39:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158285726,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:39:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158295052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:39:51.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158296775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T06:39:51.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158297776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158329021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:39:51.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:39:52.459Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-30T06:39:52.459Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-30T06:39:52.459Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:39:52.459Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:52.459Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:52.459Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158392458,
  "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-30T06:39:53.460Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-30T06:39:53.460Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-03-30T06:39:53.460Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:39:53.460Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:53.461Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:53.461Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158393460,
  "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-30T06:39:54.461Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-30T06:39:54.461Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-30T06:39:54.461Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:39:54.462Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:54.462Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:54.462Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158394461,
  "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-30T06:39:55.462Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-30T06:39:55.463Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-03-30T06:39:55.463Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:39:55.463Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:55.463Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:55.463Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158395462,
  "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-30T06:39:56.464Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:39:56.464Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T06:39:56.464Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:39:56.464Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:39:56.464Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:39:56.464Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158396464,
  "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-30T06:39:57.465Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:39:57.487Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:39:57.491Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:39:57.491Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:39:57.491Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:39:57.491Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:39:57.491Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:57.491Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:57.492Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:57.492Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:39:57.492Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:39:57.503Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:40:27.504Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:40:27.516Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T06:40:27.516Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T06:40:27.517Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T06:40:27.522Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:40:27.543Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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-30T06:40:27.544Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T06:40:27.551Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:40:27.704Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T06:40:27.706Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:40:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[499840], x-aai-txid=[1-aai-resources-230330-06:40:27:997-84385], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:40:27.707Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:40:27.707Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:40:27.707Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:40:27.715Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:40:27.716Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:40:27.716Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:40:27.717Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:27.717Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:27.717Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158427716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:40:28.744Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:40:28.744Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:40:28.744Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:28.745Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:28.745Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:28.745Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:40:29.746Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:29.746Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:29.746Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:29.746Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:40:30.747Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:30.747Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:30.747Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:30.747Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:40:31.748Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:31.748Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:31.748Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:31.748Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:40:32.749Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:32.749Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:32.750Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:32.750Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:40:33.750Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:33.751Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:33.751Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:33.751Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:40:34.752Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:34.752Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:34.752Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:34.752Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:40:35.753Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:40:35.754Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:35.754Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:35.754Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:40:36.755Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:40:36.756Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:40:36.756Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T06:40:36.757Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:40:36.757Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T06:40:36.825Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:40:36.826Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:40:36.826Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:40:36.826Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T06:40:36.826Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:40:36.827Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T06:40:37.101Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:40:37.103Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T06:40:37.104Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:40:37.104Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T06:40:37.104Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:40:37.104Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:37.105Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:37.105Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158437104,
  "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-30T06:40:38.106Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:40:38.106Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:40:38.106Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:38.106Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T06:40:38.107Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:38.107Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:38.190Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7277795082867245614/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-30T06:40:39.085Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:40:39.085Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:40:39.086Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:40:39.087Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:39.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T06:40:39.100Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:40:39.103Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2023-03-30T06:40:39.103Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf
2023-03-30T06:40:39.103Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a2cc57c3-8be1-4884-9df8-a3daa05dbe8d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-30T06:40:39.103Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:40:39.103Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-30T06:40:39.200Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:40:39.200Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a2cc57c3-8be1-4884-9df8-a3daa05dbe8d 792
2023-03-30T06:40:39.201Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-30T06:40:39.201Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-30T06:40:39.201Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:40:39.201Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:39.201Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:39.201Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158439201,
  "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-30T06:40:40.202Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "326510ef-760b-4fba-9f14-19a315d95364",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e69a106-a06f-42e7-aeba-5b6d97269e64",
    "vfModuleModelCustomizationUUID": "3e65ade8-e429-4c8f-8625-9320605c1ecf",
    "isBase": true,
    "artifacts": [
      "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
      "dab86353-29c6-4246-9ae6-0ca3e0e7eb92"
    ],
    "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-30T06:40:40.204Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e69a106-a06f-42e7-aeba-5b6d97269e64
VfModuleModelInvariantUUID:326510ef-760b-4fba-9f14-19a315d95364
VfModuleModelDescription:NULL
Artifacts UUID List:{
695d9154-fb7b-4a8a-aa1e-71e9ec16777a
,
dab86353-29c6-4246-9ae6-0ca3e0e7eb92

}
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-30T06:40:40.205Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "326510ef-760b-4fba-9f14-19a315d95364",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e69a106-a06f-42e7-aeba-5b6d97269e64",
    "vfModuleModelCustomizationUUID": "3e65ade8-e429-4c8f-8625-9320605c1ecf",
    "isBase": true,
    "artifacts": [
      "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
      "dab86353-29c6-4246-9ae6-0ca3e0e7eb92"
    ],
    "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-30T06:40:40.205Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e69a106-a06f-42e7-aeba-5b6d97269e64
VfModuleModelInvariantUUID:326510ef-760b-4fba-9f14-19a315d95364
VfModuleModelDescription:NULL
Artifacts UUID List:{
695d9154-fb7b-4a8a-aa1e-71e9ec16777a
,
dab86353-29c6-4246-9ae6-0ca3e0e7eb92

}
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-30T06:40:40.205Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 695d9154-fb7b-4a8a-aa1e-71e9ec16777a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-30T06:40:40.205Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:40:40.205Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-30T06:40:40.287Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:40:40.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 695d9154-fb7b-4a8a-aa1e-71e9ec16777a 5033
2023-03-30T06:40:40.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-30T06:40:40.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-30T06:40:40.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:40:40.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:40.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:40.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158440288,
  "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-30T06:40:41.289Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dab86353-29c6-4246-9ae6-0ca3e0e7eb92 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-30T06:40:41.289Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:40:41.290Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-30T06:40:41.384Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:40:41.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env dab86353-29c6-4246-9ae6-0ca3e0e7eb92 903
2023-03-30T06:40:41.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-30T06:40:41.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-30T06:40:41.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:40:41.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:41.386Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:41.386Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158441385,
  "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-30T06:40:42.386Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T06:40:42.387Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7408a031-2981-4f5a-b546-4fd886ca4ccf 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-30T06:40:42.409Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@779acc13, org.onap.sdc.toscaparser.api.parameters.Input@5df2f5d3, org.onap.sdc.toscaparser.api.parameters.Input@23977614, org.onap.sdc.toscaparser.api.parameters.Input@1a5a5db0, org.onap.sdc.toscaparser.api.parameters.Input@3b81e0bc]
2023-03-30T06:40:42.411Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.412Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.412Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-30T06:40:42.412Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 77e60e53-528a-41ba-8171-cd18fa40d7f2
2023-03-30T06:40:42.412Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77e60e53-528a-41ba-8171-cd18fa40d7f2 matches Tosca VF Customization UUID: 77e60e53-528a-41ba-8171-cd18fa40d7f2
2023-03-30T06:40:42.412Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 77e60e53-528a-41ba-8171-cd18fa40d7f2  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-30T06:40:42.415Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.416Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.417Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 77e60e53-528a-41ba-8171-cd18fa40d7f2: {\"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-30T06:40:42.417Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21575eda
2023-03-30T06:40:42.418Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.418Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:40:42.418Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e65ade8-e429-4c8f-8625-9320605c1ecf
2023-03-30T06:40:42.418Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e65ade8-e429-4c8f-8625-9320605c1ecf
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-30T06:40:42.421Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.422Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:42.422Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:40:42.422Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.422Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:42.422Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:40:42.423Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.423Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T06:40:42.423Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:40:42.423Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:40:42.423Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
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-30T06:40:42.427Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.427Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:42.427Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:40:42.428Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.428Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:40:42.428Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=77e60e53-528a-41ba-8171-cd18fa40d7f2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:40:42.431Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.431Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.431Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0174774a-7491-4b03-8460-a9ce1581bc87: basic_vm_macro
2023-03-30T06:40:42.432Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.432Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.432Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.432Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.432Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.432Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.433Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.433Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.433Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:40:42.433Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:40:42.433Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-30T06:40:42.553Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7408a031-2981-4f5a-b546-4fd886ca4ccf 1 ASDC deployResourceStructure
2023-03-30T06:40:42.553Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-30T06:40:42.554Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-30T06:40:42.554Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:40:42.554Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:42.554Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:42.555Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158442553,
  "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-30T06:40:43.556Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-30T06:40:43.557Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-30T06:40:43.557Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:40:43.557Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:43.557Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:43.557Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158443556,
  "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-30T06:40:44.558Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-30T06:40:44.558Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-30T06:40:44.559Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:40:44.559Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:44.559Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:44.559Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158444558,
  "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-30T06:40:45.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:40:45.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T06:40:45.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-30T06:40:45.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:40:45.569Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:40:45.569Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158445568,
  "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-30T06:40:46.570Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:40:46.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:40:46.597Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:40:46.610Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:40:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158338361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158340088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158341089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158372313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:40:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158383792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158385905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158387036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158388135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:40:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158390345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158391457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T06:40:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:16.611Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:41:16.623Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T06:41:16.623Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T06:41:16.624Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T06:41:16.630Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:41:16.652Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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-30T06:41:16.652Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T06:41:16.662Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:41:16.822Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T06:41:16.823Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:41:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[237704], x-aai-txid=[0-aai-resources-230330-06:41:17:107-77174], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:41:16.823Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:41:16.823Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:41:16.823Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:41:16.827Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:41:16.827Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:41:16.827Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:41:16.827Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:16.827Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:16.827Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158476827,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:41:17.863Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:41:17.863Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:41:17.864Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:17.864Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:17.864Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:17.864Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:18.865Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:18.865Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:18.866Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:18.866Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:19.866Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:19.867Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:19.867Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:19.867Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:20.868Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:20.868Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:20.868Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:20.868Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:21.869Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:21.869Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:21.869Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:21.869Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:22.870Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:22.871Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:22.871Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:22.871Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:23.872Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:23.872Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:23.872Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:23.872Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:24.873Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:24.873Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:24.873Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:24.873Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "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-30T06:41:25.874Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:41:25.874Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:25.874Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:25.874Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:41:26.875Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:41:26.876Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:41:26.876Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T06:41:26.877Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:41:26.877Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T06:41:26.955Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:41:26.956Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:41:26.956Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:41:26.956Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T06:41:26.956Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:41:26.956Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T06:41:26.981Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:41:26.981Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d163d35
2023-03-30T06:41:26.981Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:26.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158486982,
  "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-30T06:41:27.984Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T06:41:27.996Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:41:27.996Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:41:28.000Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T06:41:28.000Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T06:41:28.000Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T06:41:28.000Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T06:41:28.001Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T06:41:28.005Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-30T06:41:28.041Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T06:41:28.045Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T06:41:28.045Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T06:41:28.046Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:41:28.046Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:41:28.046Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:41:28.046Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:28.046Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:28.046Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158488045,
  "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-30T06:41:29.047Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:41:29.072Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:41:29.076Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:41:29.076Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:41:29.076Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:41:29.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:41:29.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:41:29.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:41:29.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:41:29.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T06:41:29.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:41:29.090Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:41:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:41:51.761Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: cached metadata has changed from (version101: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version102: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-30T06:41:51.779Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:51.779Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:41:51.785Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:41:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:41:51.804Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:41:51.805Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:51.805Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:51.810Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:51.810Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:51.810Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:51.810Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1109, 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-30T06:41:51.811Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:51.811Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:41:52.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158392458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-30T06:41:52.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.831Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158393460,
  "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-30T06:41:52.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158394461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158395462,
  "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-30T06:41:52.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158396464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158427716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:41:52.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.833Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.834Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158437104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158439201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158440288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158441385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158442553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158443556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158444558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158445568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:41:52.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158476827,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:41:52.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680157832633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158486982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:41:52.840Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158488045,
  "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-30T06:41:52.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:41:59.091Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:41:59.103Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T06:41:59.103Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T06:41:59.103Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T06:41:59.111Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:41:59.133Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T06:41:59.133Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[efa56db2-9720-415d-8c4f-3b8ddaa65599], X-ECOMP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-TransactionId=[], X-ONAP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], Content-Type=[application/merge-patch+json]}
2023-03-30T06:41:59.143Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:41:59.428Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:41:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[281], vertex-id=[249912], x-aai-txid=[1-aai-resources-230330-06:41:59:587-65817], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:41:59.429Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:41:59.430Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T06:41:59.430Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:41:59.430Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:41:59.441Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:41:59.442Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T06:41:59.442Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:41:59.443Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:41:59.443Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:41:59.444Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158519442,
  "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-30T06:42:00.473Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T06:42:00.474Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T06:42:00.476Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 0 disconnected.
2023-03-30T06:42:00.477Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 1 disconnected.
2023-03-30T06:42:00.478Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:42:00.478Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:42:00.478Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:42:00.478Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:42:00.484Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6763adc6-a598-4174-86db-97339177889a
2023-03-30T06:42:00.484Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:42:00.485Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:42:00.485Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:42:00.943Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:03.951Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:06.960Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:09.970Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:12.977Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:15.987Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:18.995Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:22.003Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:25.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:28.020Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:31.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:34.038Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:37.046Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:40.056Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:43.073Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:46.082Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:49.090Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:42:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:51.777Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:51.777Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:42:51.783Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:42:51.782Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6763adc6-a598-4174-86db-97339177889a', protocol='range'}
2023-03-30T06:42:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:42:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:42:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:42:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:42:51.786Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:42:51.787Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:42:51.787Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6763adc6-a598-4174-86db-97339177889a=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-30T06:42:51.804Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:42:51.805Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6763adc6-a598-4174-86db-97339177889a', protocol='range'}
2023-03-30T06:42:51.805Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:51.805Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:51.805Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:42:51.806Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:42:51.810Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:42:51.810Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:42:51.810Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:42:51.810Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:42:51.810Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:42:51.811Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:42:51.813Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:51.813Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:51.813Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:51.814Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1143, 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-30T06:42:51.814Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:51.814Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:42:52.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:42:52.833Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158519442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T06:42:52.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:42:52.853Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:42:52.853Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:42:52.854Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:42:52.854Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:52.854Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:52.854Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:53.855Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:42:53.855Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:53.855Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:53.855Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:54.855Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:42:54.856Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:54.856Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:54.856Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:55.857Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:42:55.857Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:55.857Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:55.857Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:56.858Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:42:56.858Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:56.858Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:56.859Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:57.859Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:42:57.860Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:57.860Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:57.860Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:58.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:42:58.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:58.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:58.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:42:59.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:42:59.863Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:42:59.863Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T06:42:59.863Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:42:59.863Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:42:59.904Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:42:59.905Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:42:59.905Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:42:59.905Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:42:59.905Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:42:59.905Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:42:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:42:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33d2ec1f
2023-03-30T06:42:59.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:42:59.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:42:59.940Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:42:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T06:42:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T06:42:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:42:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:42:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:42:59.941Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158579940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:43:00.942Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T06:43:00.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T06:43:00.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:43:00.953Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T06:43:00.953Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T06:43:00.953Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:43:00.953Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:43:00.953Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:43:01.037Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:43:01.037Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f133c49
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:43:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158581038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:43:02.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T06:43:02.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:43:02.063Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:43:02.067Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:43:02.067Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:43:32.068Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:43:32.091Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:43:32.096Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:43:32.097Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:43:51.760Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:43:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:43:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:43:51.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:02.097Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:44:02.129Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:44:02.134Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:44:02.135Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:44:32.135Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:44:32.152Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:44:32.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:44:32.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:44:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:44:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158579940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:44:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:44:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:44:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158581038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:44:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:45:02.156Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:45:02.172Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:45:02.175Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:45:02.175Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:45:32.175Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:45:32.199Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:45:32.204Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:45:32.204Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:45:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:46:02.204Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:46:02.224Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:46:02.229Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:46:02.229Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:46:32.229Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:46:32.248Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:46:32.251Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:46:32.251Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:46:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:47:02.252Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:47:02.267Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:47:02.270Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:47:02.270Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:47:32.270Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:47:32.290Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:47:32.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:47:32.293Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:47:51.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:47:52.901Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:47:52.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-6763adc6-a598-4174-86db-97339177889a 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-30T06:47:52.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T06:47:52.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T06:47:55.381Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:47:55.395Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:47:55.396Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:47:55.402Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:47:55.403Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:47:55.417Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:47:55.418Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:47:55.418Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:47:55.422Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:47:55.422Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:47:55.422Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:47:55.423Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1153, 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-30T06:47:55.423Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:47:55.423Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:48:02.294Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T06:48:02.294Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:48:02.303Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T06:48:02.303Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T06:48:02.304Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T06:48:02.311Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:48:02.338Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T06:48:02.339Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61a568d8-3142-4eb4-be43-0724e3ea5e49], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T06:48:02.348Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:48:02.493Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:48:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-06:48:02:793-29149], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:48:02.493Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:48:02.494Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:48:02.494Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:48:02.495Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:48:02.509Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:48:02.509Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T06:48:02.509Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T06:48:02.510Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:02.510Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:02.510Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158882509,
  "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-30T06:48:02.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:02.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158882509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T06:48:02.535Z||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-30T06:48:03.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:48:03.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:48:03.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:03.538Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:03.539Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:03.539Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:48:04.539Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:04.540Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:04.540Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:04.540Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:05.541Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:48:05.541Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:48:05.542Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T06:48:05.542Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T06:48:05.542Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:48:05.585Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:48:05.586Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:48:05.586Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:48:05.586Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:48:05.586Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:48:05.586Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:48:06.101Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:48:06.102Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T06:48:06.103Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:48:06.103Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:48:06.103Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:48:06.104Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:06.104Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:06.104Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158886103,
  "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-30T06:48:07.105Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:48:07.106Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:48:07.106Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.107Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T06:48:07.107Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.107Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.234Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11046520755582426640/Definitions/service-BasicNetwork-template.yml
2023-03-30T06:48:07.543Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:48:07.543Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:48:07.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:07.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:07.546Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T06:48:07.591Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T06:48:07.591Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:48:07.591Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T06:48:07.591Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:48:07.591Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:07.591Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:07.592Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158887591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:08.593Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:48:08.593Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T06:48:08.593Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:48:08.593Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:08.594Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:08.594Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158888593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:09.595Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:48:09.619Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:48:09.624Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:48:09.624Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:48:09.625Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:48:09.625Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:48:09.625Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:09.625Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:09.625Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:09.625Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:09.625Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:48:09.638Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:48:39.639Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:48:39.651Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T06:48:39.651Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T06:48:39.652Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T06:48:39.655Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:48:39.667Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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-30T06:48:39.667Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T06:48:39.671Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:48:39.830Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T06:48:39.830Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:48:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[348392], x-aai-txid=[1-aai-resources-230330-06:48:40:117-98243], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:48:39.830Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:48:39.830Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:48:39.831Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:48:39.835Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:48:39.835Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:48:39.836Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:48:39.836Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:39.836Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:39.836Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158919835,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:48:40.867Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:48:40.867Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:48:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:41.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:41.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:41.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:41.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:42.870Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:42.871Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:42.871Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:42.871Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:43.872Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:43.872Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:43.872Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:43.872Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:44.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:44.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:44.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:44.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:45.874Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:45.875Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:45.875Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:45.875Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:46.876Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:46.876Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:46.877Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:46.877Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:47.878Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:48:47.878Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:47.878Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:47.878Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:48.880Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:48:48.880Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:48:48.880Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T06:48:48.880Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:48:48.880Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:48:48.924Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:48:48.924Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:48:48.924Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:48:48.924Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:48.924Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:48:48.925Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:49.206Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:48:49.208Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T06:48:49.208Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:48:49.208Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:49.208Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:48:49.209Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:49.209Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:49.209Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158929208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:50.210Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:48:50.210Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:48:50.210Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.210Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.211Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.211Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.314Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14633411071227500592/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T06:48:50.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:48:50.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:50.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:50.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:50.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:48:50.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:48:50.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T06:48:50.913Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T06:48:50.913Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:48:50.913Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T06:48:50.913Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:48:50.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:50.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:50.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158930913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:51.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158886103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158887591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158888593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158919835,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.769Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:48:51.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158929208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:48:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:48:51.771Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158930913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T06:48:51.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:48:51.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:48:51.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T06:48:51.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:48:51.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:48:51.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:48:51.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158931915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:48:52.916Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:48:52.940Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:48:52.944Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:48:52.945Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:48:52.945Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:48:52.945Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:48:52.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:52.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:52.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:52.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:48:52.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:48:52.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:49:22.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:49:22.968Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T06:49:22.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T06:49:22.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T06:49:22.975Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:49:23.002Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T06:49:23.002Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30a1a5d7-c1ce-4c90-9209-b2d23f659d30], X-ECOMP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-TransactionId=[], X-ONAP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], Content-Type=[application/merge-patch+json]}
2023-03-30T06:49:23.014Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:49:23.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:49:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[170], vertex-id=[172088], x-aai-txid=[0-aai-resources-230330-06:49:23:459-69492], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:49:23.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:49:23.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T06:49:23.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:49:23.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:49:23.195Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:49:23.195Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:49:23.195Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:49:23.195Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:23.195Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:23.195Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158963195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:49:24.222Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:49:24.222Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:49:24.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:49:24.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:24.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:24.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:49:25.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:49:25.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:25.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:25.225Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:49:26.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:49:26.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:26.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:26.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:49:27.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:49:27.228Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:27.228Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:27.228Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:49:28.229Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:49:28.229Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:28.229Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:28.229Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:49:29.231Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:49:29.231Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:29.231Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:29.231Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:49:30.233Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:49:30.233Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:30.233Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:30.233Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:49:31.234Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:49:31.235Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:49:31.235Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T06:49:31.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:49:31.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:49:31.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:49:31.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:49:31.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:49:31.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:49:31.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:49:31.286Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:49:31.557Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:49:31.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T06:49:31.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:49:31.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T06:49:31.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:49:31.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:31.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:31.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158971559,
  "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-30T06:49:32.562Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:49:32.562Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:49:32.563Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:32.565Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T06:49:32.566Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:32.566Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:32.655Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13857234713981381351/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-30T06:49:33.471Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:49:33.471Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:49:33.471Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.471Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:49:33.472Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:49:33.473Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T06:49:33.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:49:33.475Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T06:49:33.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T06:49:33.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:49:33.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T06:49:33.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:49:33.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:33.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:33.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158973517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:49:34.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T06:49:34.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T06:49:34.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:49:34.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:49:34.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:49:34.520Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158974519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:49:35.521Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:49:35.546Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:49:35.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:49:35.564Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:49:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:49:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:49:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158931915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T06:49:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:05.565Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:50:05.576Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T06:50:05.576Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T06:50:05.577Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T06:50:05.580Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:50:05.596Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T06:50:05.597Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ddaaf38-7e87-431b-8780-cabe57c13e2a], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T06:50:05.603Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:50:05.822Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:50:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[215], vertex-id=[241840], x-aai-txid=[0-aai-resources-230330-06:50:06:046-87785], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:50:05.822Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:50:05.823Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:50:05.823Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:50:05.823Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:50:05.831Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:50:05.831Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:50:05.831Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:50:05.831Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:05.832Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:05.832Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159005831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:50:06.858Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:50:06.858Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:50:06.858Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:06.859Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:06.859Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:06.859Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:07.860Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:07.860Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:07.860Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:07.861Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:08.862Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:08.863Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:08.863Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:08.863Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:09.865Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:09.865Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:09.865Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:09.865Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:10.867Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:10.867Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:10.867Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:10.867Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:11.869Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:11.869Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:11.869Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:11.869Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:12.871Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:12.871Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:12.871Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:12.871Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:13.873Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:13.873Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:13.873Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:13.874Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:14.875Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:50:14.875Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:50:14.875Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T06:50:14.876Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:50:14.876Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:50:14.919Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:50:14.919Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:50:14.919Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:50:14.919Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:14.919Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:50:14.920Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:15.177Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:50:15.179Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T06:50:15.180Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:50:15.180Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:15.180Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:50:15.180Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:15.180Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:15.180Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159015180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:16.181Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:50:16.182Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:50:16.182Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.182Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.183Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.183Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.272Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8575048456248289608/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T06:50:16.839Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:50:16.839Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:50:16.840Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:50:16.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:50:16.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:50:16.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:50:16.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:50:16.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:50:16.842Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T06:50:16.876Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T06:50:16.876Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:50:16.876Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T06:50:16.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:50:16.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:16.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:16.877Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159016876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:17.878Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T06:50:17.878Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T06:50:17.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:50:17.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:17.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:17.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159017878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:18.880Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:50:18.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:50:18.911Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:50:18.911Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:50:18.911Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:50:18.912Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:50:18.912Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:50:18.912Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:50:18.912Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:50:18.912Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:50:18.912Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:50:18.930Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:50:48.930Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:50:48.943Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T06:50:48.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T06:50:48.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T06:50:48.952Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:50:48.971Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T06:50:48.972Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T06:50:48.982Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:50:49.135Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T06:50:49.136Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:50:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[245976], x-aai-txid=[0-aai-resources-230330-06:50:49:426-75685], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:50:49.136Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:50:49.136Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:50:49.136Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:50:49.144Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:50:49.145Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:50:49.145Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:50:49.145Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:49.145Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:49.145Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159049145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:50:50.177Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:50:50.178Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:50:50.178Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:50.179Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:50.179Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:50.179Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:51.180Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:51.181Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:51.181Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:51.181Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:51.761Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:51.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158963195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158971559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158973517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T06:50:51.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:51.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-30T06:50:51.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158974519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T06:50:51.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:50:52.183Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:52.183Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:52.183Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:52.183Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:53.184Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:53.184Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:53.184Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:53.184Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:54.185Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:54.185Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:54.186Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:54.186Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:55.186Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:55.187Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:55.187Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:55.187Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:56.188Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:56.188Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:56.188Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:56.188Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:57.189Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:50:57.190Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:57.190Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:57.190Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:58.191Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:50:58.192Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:50:58.192Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T06:50:58.192Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:50:58.192Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:50:58.231Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:50:58.232Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:50:58.232Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:50:58.232Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:50:58.232Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:50:58.232Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:50:58.497Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:50:58.499Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T06:50:58.500Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:50:58.500Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:50:58.500Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:50:58.501Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:50:58.501Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:50:58.501Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159058500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:50:59.502Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:50:59.503Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:50:59.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:50:59.506Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:50:59.507Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:50:59.507Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:50:59.589Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7873702189150835780/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T06:51:00.155Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:51:00.156Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:51:00.156Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.156Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:51:00.156Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:51:00.157Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:00.158Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:00.159Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T06:51:00.201Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T06:51:00.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:51:00.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T06:51:00.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:51:00.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:00.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:00.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159060202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:51:01.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T06:51:01.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T06:51:01.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:51:01.204Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:01.204Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:01.204Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159061203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:51:02.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:51:02.224Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:02.229Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:51:02.239Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:51:32.240Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:51:32.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T06:51:32.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T06:51:32.248Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T06:51:32.258Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:51:32.279Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T06:51:32.280Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc2d1607-bb1a-4763-bff4-c179fc8b9fe4], X-ECOMP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-TransactionId=[], X-ONAP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], Content-Type=[application/merge-patch+json]}
2023-03-30T06:51:32.294Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:51:32.456Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:51:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[217144], x-aai-txid=[1-aai-resources-230330-06:51:32:738-84602], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:51:32.457Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:51:32.457Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:51:32.458Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:51:32.458Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:51:32.468Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:51:32.469Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:51:32.469Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:51:32.469Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:32.469Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:32.469Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159092469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:51:33.495Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:51:33.496Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:51:33.496Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:33.497Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:33.497Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:33.497Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:34.498Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:34.498Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:34.498Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:34.498Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:35.499Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:35.499Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:35.499Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:35.499Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:36.500Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:36.501Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:36.501Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:36.501Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:37.501Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:37.502Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:37.502Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:37.502Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:38.502Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:38.503Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:38.503Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:38.503Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:39.503Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:39.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:39.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:39.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:40.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:40.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:40.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:40.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:41.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:41.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:41.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:41.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:51:42.507Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:51:42.508Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:42.508Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:42.508Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:51:43.509Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:51:43.509Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:51:43.509Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T06:51:43.509Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:51:43.509Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:51:43.558Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:51:43.559Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:51:43.559Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:51:43.559Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:43.559Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:51:43.559Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:43.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:51:43.808Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T06:51:43.808Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:51:43.808Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:43.808Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:51:43.809Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:43.809Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:43.809Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159103808,
  "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-30T06:51:44.809Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:51:44.810Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:51:44.810Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:44.810Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T06:51:44.811Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:44.811Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:44.886Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2137615498882951525/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T06:51:45.721Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:51:45.721Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:51:45.721Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:45.721Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:51:45.722Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:51:45.723Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:51:45.724Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T06:51:45.766Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T06:51:45.766Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:51:45.766Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T06:51:45.766Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:51:45.766Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:45.766Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:45.766Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159105766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:51:46.767Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:51:46.767Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T06:51:46.767Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:51:46.768Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:51:46.768Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:51:46.768Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159106767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:51:47.769Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:51:47.796Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:51:47.801Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:51:47.802Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:51:47.815Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:51:51.761Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:51:51.762Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159005831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:51:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159015180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159016876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159017878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159049145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:51:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:51:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:51:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:17.816Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:52:17.826Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T06:52:17.826Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T06:52:17.827Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T06:52:17.830Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:52:17.847Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T06:52:17.848Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7f0af13-c6ea-4922-b752-82ad0d8f35be], X-ECOMP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-TransactionId=[], X-ONAP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], Content-Type=[application/merge-patch+json]}
2023-03-30T06:52:17.855Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:52:18.040Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:52:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[182], vertex-id=[499840], x-aai-txid=[2-aai-resources-230330-06:52:18:300-84870], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:52:18.041Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:52:18.041Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T06:52:18.041Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:52:18.041Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:52:18.048Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:52:18.048Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:52:18.049Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:52:18.049Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:18.049Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:18.049Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159138048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:52:19.073Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:52:19.073Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:52:19.073Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:19.074Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:19.074Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:19.074Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:52:20.076Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:20.076Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:20.076Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:20.076Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:52:21.078Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:21.078Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:21.078Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:21.078Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:52:22.080Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:22.080Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:22.080Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:22.080Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:52:23.081Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:23.081Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:23.082Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:23.082Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:52:24.083Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:24.084Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:24.084Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:24.084Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:52:25.086Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:25.086Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:25.086Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:25.086Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:52:26.087Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:52:26.087Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:26.087Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:26.087Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:52:27.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:52:27.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:52:27.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T06:52:27.090Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:52:27.090Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:52:27.143Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:52:27.144Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:52:27.144Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:52:27.144Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T06:52:27.144Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:52:27.144Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T06:52:27.391Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:52:27.393Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T06:52:27.394Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T06:52:27.394Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T06:52:27.394Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:52:27.394Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:27.394Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:27.394Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159147394,
  "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-30T06:52:28.396Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:52:28.396Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:52:28.396Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:28.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T06:52:28.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:28.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:28.503Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5015090883387025068/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-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.397Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.398Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:52:29.399Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:52:29.400Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T06:52:29.443Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T06:52:29.443Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T06:52:29.443Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T06:52:29.443Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:52:29.443Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:29.444Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:29.444Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159149443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:52:30.444Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T06:52:30.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T06:52:30.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:52:30.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:52:30.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:52:30.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159150444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:52:31.446Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:52:31.469Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:52:31.472Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:52:31.481Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:52:51.761Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:52:51.762Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.762Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.763Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.764Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159058500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159060202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159061203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159092469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.765Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.766Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.767Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159103808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:52:51.768Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159105766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
}
2023-03-30T06:52:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:52:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-30T06:52:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159106767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
}
2023-03-30T06:52:51.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:01.481Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:53:01.490Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T06:53:01.491Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T06:53:01.491Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T06:53:01.499Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:53:01.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T06:53:01.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7cda0c9a-d023-4c2b-8002-736dfc8d8816], X-ECOMP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-TransactionId=[], X-ONAP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], Content-Type=[application/merge-patch+json]}
2023-03-30T06:53:01.527Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:53:01.741Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:53:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[210], vertex-id=[237704], x-aai-txid=[0-aai-resources-230330-06:53:01:970-30367], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:53:01.742Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:53:01.742Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T06:53:01.743Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:53:01.743Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:53:01.752Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:53:01.752Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:53:01.753Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:53:01.753Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:01.753Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:01.753Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159181752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:53:02.780Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:53:02.781Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:53:02.781Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:02.781Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:02.781Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:02.781Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:03.782Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:03.782Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:03.782Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:03.783Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:04.783Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:04.784Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:04.784Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:04.784Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:05.785Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:05.785Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:05.785Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:05.785Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:06.786Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:06.787Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:06.787Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:06.787Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:07.789Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:07.789Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:07.790Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:07.790Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:08.791Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:08.791Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:08.791Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:08.791Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:09.792Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:09.792Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:09.793Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:09.793Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "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-30T06:53:10.793Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:10.794Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:10.794Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:10.794Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:11.795Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:53:11.796Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:53:11.796Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T06:53:11.797Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:53:11.797Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:53:11.845Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:53:11.845Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:53:11.845Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:53:11.845Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T06:53:11.846Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:53:11.846Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T06:53:11.867Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:53:11.867Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f8ecdfc
2023-03-30T06:53:11.867Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:53:11.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T06:53:11.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:53:11.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:53:11.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:53:11.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:53:11.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:11.869Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:11.869Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159191868,
  "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-30T06:53:12.870Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T06:53:12.889Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:53:12.889Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:53:12.894Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T06:53:12.895Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T06:53:12.895Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T06:53:12.895Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T06:53:12.895Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T06:53:12.903Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T06:53:12.928Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T06:53:12.935Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T06:53:12.935Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T06:53:12.935Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:53:12.935Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:53:12.935Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:53:12.936Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:12.936Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:12.936Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159192935,
  "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-30T06:53:13.937Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:53:13.961Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:53:13.965Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:53:13.965Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:53:13.965Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:53:13.965Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:53:13.966Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:53:13.966Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:53:13.966Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:53:13.966Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T06:53:13.966Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T06:53:13.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:53:43.982Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:53:43.990Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T06:53:43.991Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T06:53:43.991Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T06:53:43.999Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:53:44.020Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T06:53:44.021Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[197f4004-3776-4149-9660-cea9ed75cab3], X-ECOMP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-TransactionId=[], X-ONAP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], Content-Type=[application/merge-patch+json]}
2023-03-30T06:53:44.028Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:53:44.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:53:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[249912], x-aai-txid=[0-aai-resources-230330-06:53:44:472-26299], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:53:44.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:53:44.175Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T06:53:44.175Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:53:44.175Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:53:44.182Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:53:44.183Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T06:53:44.183Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:53:44.183Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:44.183Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:44.183Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159224183,
  "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-30T06:53:45.214Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T06:53:45.215Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T06:53:45.216Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 1 disconnected.
2023-03-30T06:53:45.216Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Cancelled in-flight METADATA request with correlation id 120730 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-30T06:53:45.217Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 2 disconnected.
2023-03-30T06:53:45.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:53:45.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:53:45.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:53:45.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:53:45.223Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-415179ca-2597-4978-a7c5-a1e5bec5bc69
2023-03-30T06:53:45.223Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:53:45.223Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:53:45.224Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T06:53:47.554Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:53:50.564Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:53:51.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:51.783Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.784Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:53:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:53:51.789Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-415179ca-2597-4978-a7c5-a1e5bec5bc69', protocol='range'}
2023-03-30T06:53:51.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:53:51.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:53:51.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:53:51.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:53:51.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:53:51.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T06:53:51.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-415179ca-2597-4978-a7c5-a1e5bec5bc69=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-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:53:51.808Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:53:51.809Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.809Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.809Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-415179ca-2597-4978-a7c5-a1e5bec5bc69', protocol='range'}
2023-03-30T06:53:51.809Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:53:51.810Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:53:51.814Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.814Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.814Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.814Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1220, 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-30T06:53:51.814Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.815Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:53:51.815Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:53:51.815Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:53:51.815Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:53:51.816Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T06:53:51.816Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T06:53:51.816Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T06:53:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159138048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:53:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159147394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159149443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
}
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159150444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
}
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159181752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680158520473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159191868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159192935,
  "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-30T06:53:52.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159224183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T06:53:52.842Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:53:52.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:53:52.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:53:52.907Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:52.907Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:52.907Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:52.907Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:53.909Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:53.909Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:53.909Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:53.910Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:54.911Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:54.912Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:54.912Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:54.912Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:55.913Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:55.914Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:55.914Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:55.914Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:56.916Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:56.916Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:56.916Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:56.917Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:57.918Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:57.918Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:57.919Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:57.919Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:58.921Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:53:58.921Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:53:58.921Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:53:58.921Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:53:59.922Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:53:59.923Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:53:59.923Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T06:53:59.924Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T06:53:59.925Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:53:59.971Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:53:59.972Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:53:59.972Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:53:59.972Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:53:59.972Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:53:59.973Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T06:54:00.007Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:54:00.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@758e02b0
2023-03-30T06:54:00.008Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:54:00.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:54:00.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:54:00.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T06:54:00.009Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T06:54:00.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:54:00.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:54:00.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:54:00.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159240009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:54:01.011Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T06:54:01.029Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T06:54:01.029Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T06:54:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T06:54:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T06:54:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:54:01.035Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:54:01.035Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T06:54:01.056Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T06:54:01.057Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15a3a2a9
2023-03-30T06:54:01.057Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T06:54:01.057Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T06:54:01.057Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T06:54:01.058Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T06:54:01.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T06:54:01.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T06:54:01.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:54:01.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:54:01.059Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159241058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:54:02.060Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T06:54:02.060Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:54:02.084Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:54:02.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:54:02.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:54:32.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:54:32.115Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:54:32.120Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:54:32.120Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:54:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:54:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:54:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:54:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:02.121Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:55:02.141Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:55:02.146Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:55:02.146Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:55:32.147Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:55:32.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:55:32.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:55:32.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:55:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:55:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159240009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:55:51.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.788Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.789Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.790Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159241058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159218483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159217735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159215225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159219739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159216763,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159243167,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159242383,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159242691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:55:51.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.794Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159243387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:55:51.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.794Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159244389,
  "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-30T06:55:51.832Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
2023-03-30T06:55:51.832Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 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-30T06:55:51.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159246758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T06:55:51.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159247759,
  "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-30T06:55:51.863Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
2023-03-30T06:55:51.863Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 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-30T06:55:51.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.881Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.883Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159248759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159258522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-30T06:55:51.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:55:51.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:55:51.885Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159259525,
  "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-30T06:55:51.892Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
2023-03-30T06:55:51.893Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 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-30T06:56:02.174Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:56:02.192Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:56:02.196Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:56:02.196Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:56:32.197Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:56:32.216Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:56:32.219Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:56:32.220Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:56:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:57:02.220Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:57:02.239Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:57:02.242Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:57:02.242Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:57:32.243Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:57:32.263Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:57:32.267Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:57:32.268Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:57:51.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:58:02.268Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:58:02.285Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:58:02.288Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:58:02.288Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:58:32.288Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:58:32.310Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:58:32.315Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T06:58:32.315Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T06:58:51.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:58:52.951Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T06:58:52.951Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-415179ca-2597-4978-a7c5-a1e5bec5bc69 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-30T06:58:52.951Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T06:58:52.952Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T06:58:55.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T06:58:55.419Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:58:55.419Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T06:58:55.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:58:55.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T06:58:55.450Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T06:58:55.451Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:58:55.451Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:58:55.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:58:55.456Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:58:55.456Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:58:55.456Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1317, 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-30T06:58:55.456Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:58:55.456Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T06:59:02.315Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T06:59:02.315Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:59:02.325Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T06:59:02.326Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T06:59:02.326Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T06:59:02.334Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:59:02.357Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T06:59:02.357Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[517099e6-0e0d-4490-a0e2-c929855f557b], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T06:59:02.366Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T06:59:02.588Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:59:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[219], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-06:59:02:811-91100], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:59:02.589Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:59:02.590Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T06:59:02.590Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:59:02.590Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:59:02.597Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:59:02.598Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T06:59:02.598Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T06:59:02.598Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:02.598Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:02.598Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159542598,
  "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-30T06:59:02.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:02.620Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159542598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T06:59:02.620Z||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-30T06:59:03.627Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:59:03.627Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:59:03.627Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:03.628Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:03.628Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:03.628Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T06:59:04.629Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:04.629Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:04.631Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:04.632Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:05.632Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:59:05.633Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:59:05.633Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T06:59:05.633Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T06:59:05.633Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:59:05.668Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:59:05.669Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:59:05.669Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:59:05.669Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:59:05.669Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:59:05.669Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:59:06.009Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:59:06.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T06:59:06.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:59:06.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T06:59:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:59:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159546010,
  "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-30T06:59:07.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:59:07.012Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:59:07.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T06:59:07.014Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.014Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.106Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3295187851812558052/Definitions/service-BasicNetwork-template.yml
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:07.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:07.477Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T06:59:07.530Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T06:59:07.530Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:59:07.530Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T06:59:07.530Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:59:07.530Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:07.530Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:07.530Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159547530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:08.532Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T06:59:08.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T06:59:08.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:59:08.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:08.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:08.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159548532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:09.535Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:59:09.552Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:59:09.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:59:09.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:59:09.556Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:59:09.557Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:59:09.557Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:09.557Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:09.557Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:09.557Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:09.557Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:59:09.567Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T06:59:39.567Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T06:59:39.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T06:59:39.576Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T06:59:39.577Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T06:59:39.583Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T06:59:39.604Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T06:59:39.604Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74c9d029-c9d4-4512-819a-5f4f283e77e2], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T06:59:39.608Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T06:59:39.761Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 06:59:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-06:59:40:054-95027], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T06:59:39.762Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T06:59:39.763Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T06:59:39.763Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T06:59:39.763Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T06:59:39.772Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T06:59:39.773Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T06:59:39.773Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T06:59:39.773Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:39.773Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:39.773Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159579773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:59:40.800Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T06:59:40.800Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T06:59:40.801Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:40.801Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:40.801Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:40.801Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:41.801Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:41.802Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:41.802Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:41.802Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:42.803Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:42.803Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:42.803Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:42.803Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:43.804Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:43.804Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:43.805Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:43.805Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:44.806Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:44.806Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:44.806Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:44.806Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:45.807Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:45.808Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:45.808Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:45.808Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:46.808Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:46.809Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:46.809Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:46.809Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:47.809Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T06:59:47.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:47.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:47.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:48.811Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T06:59:48.812Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T06:59:48.812Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T06:59:48.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T06:59:48.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T06:59:48.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:59:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:59:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:59:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:48.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T06:59:48.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:49.090Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T06:59:49.093Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T06:59:49.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:59:49.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:49.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T06:59:49.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:49.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:49.094Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159589094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:50.095Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T06:59:50.096Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T06:59:50.096Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.097Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.097Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.097Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.189Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18098931104263228872/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:50.777Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T06:59:50.778Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T06:59:50.825Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T06:59:50.825Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:59:50.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T06:59:50.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:59:50.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:50.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:50.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159590825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159546010,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159547530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159548532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159579773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159589094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T06:59:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T06:59:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159590825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T06:59:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T06:59:51.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T06:59:51.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T06:59:51.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T06:59:51.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T06:59:51.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T06:59:51.827Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159591827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T06:59:52.828Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:59:52.856Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T06:59:52.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T06:59:52.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T06:59:52.877Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:00:22.877Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:00:22.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T07:00:22.891Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T07:00:22.891Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T07:00:22.898Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:00:22.917Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T07:00:22.918Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T07:00:22.926Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:00:23.071Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T07:00:23.071Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:00:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[172088], x-aai-txid=[0-aai-resources-230330-07:00:23:371-94341], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:00:23.071Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:00:23.071Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:00:23.072Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:00:23.081Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:00:23.081Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:00:23.081Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:00:23.081Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:23.081Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:23.081Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159623081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:00:24.120Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:00:24.120Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:00:24.121Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:00:24.121Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:24.121Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:24.121Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:00:25.122Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:00:25.122Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:25.122Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:25.123Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:00:26.124Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:00:26.124Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:26.124Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:26.124Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:00:27.125Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:00:27.125Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:27.126Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:27.126Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:00:28.133Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:00:28.133Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:28.133Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:28.133Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:00:29.134Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:00:29.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:29.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:29.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:00:30.136Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:00:30.137Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:30.137Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:30.137Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:00:31.138Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:00:31.139Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:00:31.139Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T07:00:31.139Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:00:31.141Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:00:31.193Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:00:31.194Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:00:31.194Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:00:31.194Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:00:31.194Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:00:31.194Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:00:31.408Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:00:31.410Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T07:00:31.411Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:00:31.411Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:00:31.411Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:00:31.411Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:31.411Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:31.412Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159631411,
  "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-30T07:00:32.412Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:00:32.413Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:00:32.413Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:32.414Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T07:00:32.414Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:32.414Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:32.507Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6275242749843340673/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-30T07:00:33.373Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:00:33.373Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:00:33.373Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.373Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:00:33.374Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:00:33.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.376Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T07:00:33.377Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:00:33.378Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T07:00:33.427Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T07:00:33.428Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:00:33.428Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T07:00:33.428Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:00:33.429Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:33.429Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:33.429Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159633428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:00:34.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:00:34.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T07:00:34.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:00:34.431Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:00:34.432Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:00:34.432Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159634431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:00:35.432Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:00:35.457Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:00:35.461Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:00:35.461Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:00:35.461Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:00:35.461Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:00:35.461Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:00:35.462Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:00:35.462Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:00:35.462Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:00:35.462Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:00:35.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:00:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:00:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:00:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159591827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T07:00:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:05.474Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:01:05.485Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T07:01:05.486Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T07:01:05.486Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T07:01:05.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:01:05.512Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T07:01:05.512Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e794a05-1936-4645-92b2-ffbf9e85bc4d], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T07:01:05.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:01:05.669Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:01:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[241840], x-aai-txid=[0-aai-resources-230330-07:01:05:964-7714], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:01:05.670Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:01:05.670Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:01:05.670Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:01:05.670Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:01:05.678Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:01:05.678Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:01:05.679Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:01:05.679Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:05.679Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:05.679Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159665678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:01:06.708Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:01:06.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:01:06.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:06.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:06.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:06.709Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:07.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:07.710Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:07.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:07.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:08.711Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:08.712Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:08.712Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:08.712Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:09.713Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:09.713Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:09.713Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:09.714Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:10.715Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:10.715Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:10.715Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:10.715Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:11.715Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:11.716Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:11.716Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:11.716Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:12.716Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:12.717Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:12.717Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:12.717Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:13.717Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:13.718Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:13.718Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:13.719Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:14.721Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:01:14.721Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:01:14.722Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T07:01:14.722Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:01:14.722Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:01:14.754Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:01:14.755Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:01:14.755Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:01:14.755Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:14.755Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:01:14.755Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:14.989Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:01:14.992Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T07:01:14.993Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:01:14.993Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:14.993Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:01:14.994Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:14.994Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:14.994Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159674993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:15.994Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:01:15.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:01:15.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:15.996Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:15.996Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:15.996Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.112Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10800332146159715449/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T07:01:16.696Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:01:16.696Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:01:16.696Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.696Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:01:16.696Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.696Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:01:16.697Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:01:16.698Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:01:16.699Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:01:16.699Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:01:16.699Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:01:16.699Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:01:16.699Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:01:16.699Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T07:01:16.746Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T07:01:16.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:01:16.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T07:01:16.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:01:16.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:16.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:16.747Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159676746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:17.748Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:01:17.748Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T07:01:17.748Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:01:17.748Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:17.749Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:17.749Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159677748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:18.749Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:01:18.774Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:01:18.778Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:01:18.778Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:01:18.778Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:01:18.778Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:01:18.778Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:01:18.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:01:18.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:01:18.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:01:18.779Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:01:18.793Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:01:48.794Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:01:48.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T07:01:48.805Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T07:01:48.806Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T07:01:48.812Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:01:48.831Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T07:01:48.832Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T07:01:48.839Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:01:48.993Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T07:01:48.994Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:01:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[245976], x-aai-txid=[1-aai-resources-230330-07:01:49:284-63050], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:01:48.994Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:01:48.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:01:48.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:01:49.001Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:01:49.001Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:01:49.001Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:01:49.002Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:49.002Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:49.002Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159709001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:01:50.032Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:01:50.032Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:01:50.032Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:50.032Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:50.032Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:50.032Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:51.034Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:51.034Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:51.034Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:51.034Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159623081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:01:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:01:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:01:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:01:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:01:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:01:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:01:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:01:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159631411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:01:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159633428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T07:01:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:01:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159634431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T07:01:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:01:52.036Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:52.036Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:52.036Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:52.037Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:53.039Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:53.039Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:53.039Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:53.039Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:54.041Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:54.042Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:54.042Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:54.042Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:56.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:56.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:56.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:56.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:57.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:01:57.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:57.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:57.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:58.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:01:58.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:01:58.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T07:01:58.054Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:01:58.054Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:01:58.103Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:01:58.104Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:01:58.104Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:01:58.104Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:01:58.104Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:01:58.105Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:01:58.523Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:01:58.525Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T07:01:58.525Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:01:58.525Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:01:58.526Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:01:58.526Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:01:58.526Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:01:58.526Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159718525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:01:59.526Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:01:59.527Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:01:59.527Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:01:59.528Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:01:59.528Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:01:59.529Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:01:59.652Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17483659286357465427/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T07:02:00.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:02:00.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:02:00.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:02:00.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:02:00.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:00.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T07:02:00.252Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T07:02:00.253Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:02:00.253Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T07:02:00.253Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:02:00.254Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:00.254Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:00.254Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159720253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:02:01.255Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:02:01.255Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T07:02:01.255Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:02:01.255Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:01.255Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:01.255Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159721254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:02:02.256Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:02:02.279Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:02:02.284Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:02:02.285Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:02:02.286Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:02:02.286Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:02:02.286Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:02.286Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:02.287Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:02.287Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:02.287Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:02:02.300Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:02:32.300Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:02:32.310Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T07:02:32.310Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T07:02:32.311Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T07:02:32.319Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:02:32.346Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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-30T07:02:32.347Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T07:02:32.355Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:02:32.490Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:02:32.491Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:02:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[217144], x-aai-txid=[1-aai-resources-230330-07:02:32:801-31485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:02:32.491Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:02:32.491Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:02:32.491Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:02:32.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:02:32.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:02:32.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:02:32.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:32.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:32.505Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159752504,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:02:33.536Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:02:33.536Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:02:33.537Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:33.537Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:33.537Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:33.537Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:34.538Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:34.539Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:34.539Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:34.539Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:35.540Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:35.541Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:35.541Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:35.541Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:36.542Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:36.543Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:36.543Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:36.543Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:37.544Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:37.544Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:37.544Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:37.544Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:38.545Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:38.545Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:38.545Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:38.545Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:39.546Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:39.547Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:39.547Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:39.547Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:40.547Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:40.548Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:40.548Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:40.548Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:41.549Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:41.549Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:41.549Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:41.549Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:02:42.550Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:02:42.550Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:42.550Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:42.551Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:02:43.551Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:02:43.552Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:02:43.552Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T07:02:43.552Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:02:43.552Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:02:43.595Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:02:43.595Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:02:43.595Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:02:43.595Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:43.595Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:02:43.596Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:43.859Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:02:43.864Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T07:02:43.864Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:02:43.864Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:43.865Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:02:43.865Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:43.865Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:43.865Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159763864,
  "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-30T07:02:44.866Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:02:44.866Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:02:44.867Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:44.867Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T07:02:44.868Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:44.868Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:44.972Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8438620439644565740/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T07:02:45.872Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:02:45.872Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:02:45.872Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:45.872Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.873Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:02:45.874Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:45.875Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:02:45.876Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:02:45.876Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T07:02:45.919Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T07:02:45.920Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:02:45.920Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T07:02:45.920Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:02:45.920Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:45.920Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:45.920Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159765920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:02:46.921Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:02:46.921Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T07:02:46.921Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:02:46.921Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:02:46.921Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:02:46.921Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159766921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:02:47.922Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:02:47.945Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:02:47.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:02:47.961Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:02:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:02:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159665678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159674993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159676746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159677748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.782Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.783Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.783Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159709001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:02:51.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159664176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.784Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680159682449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159695225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680159693390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159695400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159698758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:02:51.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159711221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680159712016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:02:51.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:02:51.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:02:51.788Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159711523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:02:51.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:17.962Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:03:17.974Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T07:03:17.975Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T07:03:17.975Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T07:03:17.979Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:03:17.998Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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-30T07:03:17.999Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T07:03:18.010Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:03:18.177Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T07:03:18.178Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:03:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[499840], x-aai-txid=[0-aai-resources-230330-07:03:18:455-70119], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:03:18.178Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:03:18.178Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:03:18.179Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:03:18.186Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:03:18.186Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:03:18.186Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:03:18.187Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:18.187Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:18.187Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159798186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:03:19.213Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:03:19.214Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:03:19.214Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:19.214Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:19.215Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:19.215Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:03:20.215Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:20.216Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:20.216Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:20.216Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:03:21.217Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:21.217Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:21.217Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:21.217Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:03:22.218Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:22.218Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:22.218Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:22.218Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:03:23.219Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:23.219Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:23.220Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:23.220Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:03:24.221Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:24.221Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:24.221Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:24.221Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:03:25.222Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:25.223Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:25.223Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:25.223Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:03:26.224Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:03:26.224Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:26.224Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:26.225Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:03:27.226Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:03:27.226Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:03:27.226Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T07:03:27.226Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:03:27.226Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:03:27.280Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:03:27.281Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:03:27.281Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:03:27.281Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:03:27.281Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:03:27.281Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:03:27.533Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:03:27.537Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T07:03:27.537Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:03:27.537Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:03:27.537Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:03:27.537Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:27.537Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:27.537Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159807537,
  "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-30T07:03:28.538Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:03:28.539Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:03:28.539Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:28.539Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T07:03:28.540Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:28.540Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:28.658Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7775300022397998818/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-30T07:03:29.518Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.519Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.520Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:03:29.521Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.522Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:03:29.523Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.523Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:03:29.523Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.523Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:03:29.523Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:03:29.523Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:03:29.523Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T07:03:29.567Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T07:03:29.567Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:03:29.567Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T07:03:29.567Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:03:29.567Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:29.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:29.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159809567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:03:30.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:03:30.568Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T07:03:30.569Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:03:30.569Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:03:30.569Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:03:30.569Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159810568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:03:31.569Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:03:31.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:03:31.593Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:03:31.606Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:03:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:03:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159712938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159712224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680159713225,
  "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-30T07:03:51.803Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b7b3ba4-89a3-4661-b416-08071f9eceb9
2023-03-30T07:03:51.803Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b7b3ba4-89a3-4661-b416-08071f9eceb9 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-30T07:03:51.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159714734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T07:03:51.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680159715738,
  "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-30T07:03:51.834Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b7b3ba4-89a3-4661-b416-08071f9eceb9
2023-03-30T07:03:51.835Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b7b3ba4-89a3-4661-b416-08071f9eceb9 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-30T07:03:51.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.854Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159715104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-30T07:03:51.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "aai-model-loader",
  "timestamp": 1680159716106,
  "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-30T07:03:51.867Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b7b3ba4-89a3-4661-b416-08071f9eceb9
2023-03-30T07:03:51.867Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b7b3ba4-89a3-4661-b416-08071f9eceb9 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-30T07:03:51.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.887Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159718525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159720253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159721254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159752504,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:03:51.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.891Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159763864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159765920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
}
2023-03-30T07:03:51.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:03:51.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:03:51.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159766921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
}
2023-03-30T07:03:51.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:01.607Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:04:01.614Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T07:04:01.614Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T07:04:01.615Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T07:04:01.621Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:04:01.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T07:04:01.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9243f34d-24f6-41e9-a4f8-5c7815487fb0], X-ECOMP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-TransactionId=[], X-ONAP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], Content-Type=[application/merge-patch+json]}
2023-03-30T07:04:01.649Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:04:01.795Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:04:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[237704], x-aai-txid=[0-aai-resources-230330-07:04:02:094-7651], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:04:01.795Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:04:01.796Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T07:04:01.796Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:04:01.796Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:04:01.807Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:04:01.807Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:04:01.807Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:04:01.807Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:01.807Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:01.808Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159841807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:04:02.831Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:04:02.831Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:04:02.832Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:02.832Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:02.832Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:02.832Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:03.833Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:03.834Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:03.834Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:03.834Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:04.835Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:04.835Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:04.835Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:04.835Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:05.836Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:05.836Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:05.836Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:05.836Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:06.837Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:06.838Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:06.838Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:06.838Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:07.840Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:07.840Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:07.840Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:07.841Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:08.842Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:08.842Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:08.842Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:08.843Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:09.844Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:09.844Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:09.845Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:09.845Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "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-30T07:04:10.846Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:10.846Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:10.846Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:10.846Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:11.847Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:04:11.847Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:04:11.847Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T07:04:11.848Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:04:11.848Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:04:11.882Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:04:11.882Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:04:11.882Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:04:11.882Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:04:11.882Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:04:11.883Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:04:11.904Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66d80c0c
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:11.905Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159851905,
  "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-30T07:04:12.906Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T07:04:12.927Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:04:12.927Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:04:12.932Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:04:12.932Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T07:04:12.932Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:04:12.933Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:04:12.933Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T07:04:12.941Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:04:12.967Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:04:12.974Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T07:04:12.975Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:04:12.975Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:04:12.975Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:04:12.975Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:04:12.976Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:12.976Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:12.976Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159852975,
  "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-30T07:04:13.977Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:04:13.998Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:04:14.003Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:04:14.003Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:04:14.003Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:04:14.004Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:04:14.004Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:04:14.004Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:04:14.004Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:04:14.004Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:04:14.004Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:04:14.017Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:04:44.018Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:04:44.025Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:04:44.026Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T07:04:44.026Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T07:04:44.033Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:04:44.058Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T07:04:44.059Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6848c520-421f-4513-aedb-76841f4d3982], X-ECOMP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-TransactionId=[], X-ONAP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], Content-Type=[application/merge-patch+json]}
2023-03-30T07:04:44.066Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:04:44.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:04:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[249912], x-aai-txid=[0-aai-resources-230330-07:04:44:513-49305], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:04:44.219Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:04:44.219Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T07:04:44.219Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:04:44.219Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:04:44.227Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:04:44.227Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:04:44.227Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:04:44.227Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:44.227Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:44.228Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159884227,
  "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-30T07:04:45.257Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T07:04:45.258Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T07:04:45.259Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 0 disconnected.
2023-03-30T07:04:45.259Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 1 disconnected.
2023-03-30T07:04:45.260Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:04:45.260Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:04:45.260Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:04:45.260Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:04:45.263Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:04:45.265Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-3b8eb23f-8498-49f8-86c8-dda55d73a534
2023-03-30T07:04:45.265Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:04:45.266Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:04:47.692Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:04:50.700Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:04:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:51.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.776Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:04:51.784Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:04:51.784Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-3b8eb23f-8498-49f8-86c8-dda55d73a534', protocol='range'}
2023-03-30T07:04:51.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:04:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:04:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:04:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:04:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:04:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:04:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-3b8eb23f-8498-49f8-86c8-dda55d73a534=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-30T07:04:51.806Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:04:51.806Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-3b8eb23f-8498-49f8-86c8-dda55d73a534', protocol='range'}
2023-03-30T07:04:51.806Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.807Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.807Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:04:51.807Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:04:51.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1448, 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-30T07:04:51.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:04:51.812Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:04:51.813Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:04:51.813Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:04:51.813Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:04:51.813Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:04:51.813Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:04:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159798186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:04:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159807537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159809567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
}
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159810568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
}
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159841807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159225214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159851905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159852975,
  "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-30T07:04:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159884227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:04:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:04:52.858Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:04:52.859Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:04:52.860Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:52.860Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:52.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:52.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:53.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:53.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:53.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:53.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:54.863Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:54.863Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:54.864Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:54.864Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:55.865Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:55.866Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:55.866Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:55.866Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:56.867Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:56.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:56.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:56.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:57.868Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:57.869Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:57.869Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:57.869Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:58.870Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:04:58.870Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:58.870Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:58.871Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:04:59.874Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:04:59.874Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:04:59.875Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T07:04:59.875Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:04:59.875Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:04:59.919Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:04:59.920Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:04:59.921Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:04:59.921Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:04:59.921Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:04:59.921Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:04:59.946Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:04:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@54ac3646
2023-03-30T07:04:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:04:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:04:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:04:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T07:04:59.947Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T07:04:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:04:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:04:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:04:59.948Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159899947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:05:00.949Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T07:05:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T07:05:00.968Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:05:00.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T07:05:00.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T07:05:00.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:05:00.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:05:00.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:05:00.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:05:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6519c7ff
2023-03-30T07:05:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:05:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:05:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:05:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T07:05:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T07:05:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:05:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:05:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:05:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159900990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:05:01.992Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T07:05:01.992Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:05:02.019Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:05:02.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:05:02.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:05:32.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:05:32.046Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:05:32.051Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:05:32.051Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:05:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:05:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:05:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:05:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:02.051Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:06:02.074Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:06:02.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:06:02.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:06:32.079Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:06:32.102Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:06:32.107Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:06:32.107Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:06:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:06:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159899947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159900990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:06:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:07:02.108Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:07:02.135Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:07:02.139Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:07:02.139Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:07:32.140Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:07:32.161Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:07:32.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:07:32.164Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:07:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:08:02.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:08:02.187Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:08:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:08:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:08:32.192Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:08:32.214Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:08:32.223Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:08:32.223Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:08:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:09:02.223Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:09:02.245Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:09:02.249Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:09:02.250Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:09:32.250Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:09:32.273Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:09:32.277Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:09:32.277Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:09:51.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:09:52.929Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:09:52.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-3b8eb23f-8498-49f8-86c8-dda55d73a534 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-30T07:09:52.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T07:09:52.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T07:09:55.405Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:09:55.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:09:55.421Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:09:55.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:09:55.428Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:09:55.446Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:09:55.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:09:55.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:09:55.452Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:09:55.452Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:09:55.452Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:09:55.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1482, 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-30T07:09:55.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:09:55.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:10:02.277Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T07:10:02.278Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:10:02.290Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T07:10:02.291Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T07:10:02.291Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T07:10:02.299Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:10:02.321Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T07:10:02.322Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bce0c66-a4a1-4e19-a80c-57cb3befde32], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T07:10:02.331Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:10:02.487Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:10:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[200912], x-aai-txid=[0-aai-resources-230330-07:10:02:776-41], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:10:02.488Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:10:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:10:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:10:02.489Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:10:02.500Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:10:02.501Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T07:10:02.501Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T07:10:02.501Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:02.501Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:02.501Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160202501,
  "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-30T07:10:02.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:02.521Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160202501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T07:10:02.521Z||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-30T07:10:03.532Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:10:03.532Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:10:03.532Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:03.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:10:04.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:04.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:04.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:04.535Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:05.535Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:10:05.536Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:10:05.536Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T07:10:05.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T07:10:05.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:10:05.584Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:10:05.585Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:10:05.585Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:10:05.585Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:10:05.585Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:10:05.585Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:10:06.024Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:10:06.025Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T07:10:06.026Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:10:06.026Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:10:06.026Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:10:06.026Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:06.026Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:06.026Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160206026,
  "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-30T07:10:07.027Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:10:07.028Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:10:07.028Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.028Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T07:10:07.029Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.029Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.100Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4766580369137154445/Definitions/service-BasicNetwork-template.yml
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:07.419Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:07.420Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T07:10:07.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T07:10:07.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:10:07.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T07:10:07.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:10:07.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:07.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:07.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160207465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:08.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:10:08.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T07:10:08.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:10:08.467Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:08.467Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:08.467Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160208466,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:09.468Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:10:09.500Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:10:09.504Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:10:09.505Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:10:09.505Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:10:09.505Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:10:09.505Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:09.505Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:09.506Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:09.506Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:09.506Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:10:09.520Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:10:39.521Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:10:39.532Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T07:10:39.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T07:10:39.533Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T07:10:39.541Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:10:39.560Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T07:10:39.561Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5f973c98-9e3e-4950-9524-062994f4eac9], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T07:10:39.568Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:10:39.713Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:10:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-07:10:40:013-54636], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:10:39.714Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:10:39.714Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:10:39.715Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:10:39.715Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:10:39.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:10:39.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:10:39.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:10:39.724Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:39.724Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:39.724Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160239723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:10:40.752Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:10:40.752Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:10:40.753Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:40.753Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:40.753Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:40.753Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:41.754Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:41.754Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:41.754Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:41.754Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:42.755Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:42.755Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:42.755Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:42.755Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:43.756Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:43.757Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:43.757Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:43.757Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:44.757Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:44.758Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:44.758Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:44.758Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:45.758Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:45.759Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:45.759Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:45.759Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:46.760Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:46.760Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:46.760Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:46.761Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:47.761Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:10:47.762Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:47.762Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:47.762Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:48.763Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:10:48.763Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:10:48.763Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T07:10:48.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:10:48.764Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:10:48.809Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:10:48.809Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:10:48.810Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:10:48.810Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:48.810Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:10:48.810Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:49.056Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:10:49.059Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T07:10:49.059Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:10:49.059Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:49.059Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:10:49.059Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:49.059Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:49.059Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160249059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:50.060Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:10:50.061Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:10:50.061Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.062Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.062Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.063Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.157Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7699103186694626101/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T07:10:50.838Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:10:50.838Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:10:50.838Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.838Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:10:50.839Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:10:50.840Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T07:10:50.886Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T07:10:50.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:10:50.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T07:10:50.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:10:50.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:50.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:50.887Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160250887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160206026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160207465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160208466,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T07:10:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160239723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160249059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160250887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T07:10:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:10:51.888Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:10:51.888Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T07:10:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:10:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:10:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:10:51.889Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160251888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:10:52.890Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:10:52.918Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:10:52.922Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:10:52.922Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:10:52.922Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:10:52.922Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:10:52.922Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:52.922Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:52.923Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:52.923Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:10:52.923Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:10:52.933Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:11:22.933Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:11:22.945Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T07:11:22.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T07:11:22.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T07:11:22.954Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:11:22.973Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T07:11:22.974Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T07:11:22.980Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:11:23.139Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T07:11:23.140Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:11:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[172088], x-aai-txid=[1-aai-resources-230330-07:11:23:426-56155], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:11:23.140Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:11:23.140Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:11:23.140Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:11:23.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:11:23.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:11:23.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:11:23.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:23.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:23.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160283148,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:11:24.178Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:11:24.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:11:24.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:11:24.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:24.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:24.180Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:11:25.180Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:11:25.181Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:25.181Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:25.181Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:11:26.182Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:11:26.182Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:26.182Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:26.182Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:11:27.182Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:11:27.183Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:27.183Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:27.183Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:11:28.184Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:11:28.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:28.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:28.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:11:29.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:11:29.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:29.187Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:29.187Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:11:30.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:11:30.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:30.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:30.188Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:11:31.190Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:11:31.191Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:11:31.191Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T07:11:31.191Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:11:31.191Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:11:31.234Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:11:31.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:11:31.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:11:31.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:11:31.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:11:31.235Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:11:31.462Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:11:31.463Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T07:11:31.463Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:11:31.464Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:11:31.464Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:11:31.464Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:31.464Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:31.464Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160291463,
  "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-30T07:11:32.465Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:11:32.466Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:11:32.466Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:32.466Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T07:11:32.467Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:32.467Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:32.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5937508654419140402/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-30T07:11:33.489Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.490Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:11:33.491Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:11:33.492Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:11:33.493Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:11:33.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:11:33.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:11:33.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:11:33.494Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T07:11:33.539Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T07:11:33.539Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:11:33.539Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T07:11:33.539Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:11:33.539Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:33.540Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:33.540Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160293539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:11:34.540Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:11:34.541Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T07:11:34.541Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:11:34.541Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:11:34.541Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:11:34.541Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160294540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:11:35.542Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:11:35.567Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:11:35.571Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:11:35.572Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:11:35.584Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:11:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:11:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:11:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160251888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T07:11:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:05.585Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:12:05.597Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T07:12:05.597Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T07:12:05.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T07:12:05.604Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:12:05.622Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T07:12:05.622Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a06bc56f-9632-4a34-a876-233f545f8dff], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T07:12:05.626Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:12:05.790Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:12:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[241840], x-aai-txid=[1-aai-resources-230330-07:12:06:072-9199], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:12:05.791Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:12:05.791Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:12:05.792Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:12:05.792Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:12:05.805Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:12:05.806Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:12:05.806Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:12:05.806Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:05.807Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:05.807Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160325806,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:12:06.835Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:12:06.835Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:12:06.836Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:06.836Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:06.836Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:06.836Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:07.837Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:07.837Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:07.837Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:07.837Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:08.838Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:08.838Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:08.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:08.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:09.839Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:09.840Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:09.840Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:09.840Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:10.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:10.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:10.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:10.841Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:11.842Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:11.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:11.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:11.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:12.843Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:12.844Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:12.844Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:12.844Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:13.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:13.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:13.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:13.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:14.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:12:14.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:12:14.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T07:12:14.847Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:12:14.847Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:12:14.889Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:12:14.890Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:12:14.890Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:12:14.890Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:14.890Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:12:14.890Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:15.169Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:12:15.171Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T07:12:15.171Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:12:15.172Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:15.172Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:12:15.172Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:15.172Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:15.172Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160335171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:16.173Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:12:16.173Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:12:16.174Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.174Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.174Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.175Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.265Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16577112068464847089/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:12:16.815Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:12:16.816Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:12:16.817Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:12:16.817Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:12:16.817Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:12:16.817Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:12:16.817Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T07:12:16.863Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T07:12:16.864Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:12:16.864Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T07:12:16.864Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:12:16.864Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:16.864Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:16.864Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160336864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:17.865Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:12:17.865Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T07:12:17.865Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:12:17.865Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:17.865Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:17.865Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160337865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:18.866Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:12:18.888Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:12:18.892Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:12:18.892Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:12:18.892Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:12:18.892Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:12:18.893Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:12:18.893Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:12:18.893Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:12:18.893Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:12:18.893Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:12:18.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:12:48.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:12:48.916Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T07:12:48.917Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T07:12:48.917Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T07:12:48.924Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:12:48.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T07:12:48.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f4974d8-520b-4917-815b-66aaa09e00a2], X-ECOMP-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], X-TransactionId=[], X-ONAP-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], Content-Type=[application/merge-patch+json]}
2023-03-30T07:12:48.962Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:12:49.126Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:12:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[245976], x-aai-txid=[2-aai-resources-230330-07:12:49:407-57192], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:12:49.127Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:12:49.127Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T07:12:49.127Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:12:49.127Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:12:49.139Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:12:49.140Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:12:49.140Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:12:49.140Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:49.140Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:49.140Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160369140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:12:50.158Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:12:50.158Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:12:50.158Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:50.158Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:50.158Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:50.159Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:51.159Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:51.160Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:51.160Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:51.160Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160283148,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160291463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160293539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T07:12:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:12:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160294540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T07:12:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:12:52.161Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:52.161Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:52.161Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:52.162Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:53.163Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:53.163Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:53.163Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:53.163Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:54.165Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:54.165Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:54.165Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:54.165Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:55.167Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:55.167Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:55.167Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:55.167Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:56.168Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:56.169Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:56.169Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:56.169Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:57.170Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:12:57.170Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:57.170Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:57.170Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:58.171Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:12:58.171Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:12:58.171Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T07:12:58.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:12:58.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:12:58.190Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:12:58.191Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:12:58.191Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:12:58.191Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:12:58.191Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:12:58.192Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:12:58.428Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:12:58.430Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T07:12:58.431Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:12:58.431Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:12:58.431Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:12:58.431Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:12:58.431Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:12:58.432Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160378431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:12:59.436Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:12:59.437Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:12:59.437Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:12:59.438Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:12:59.439Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:12:59.439Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:12:59.523Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10176221543702099285/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:13:00.172Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:00.173Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:00.174Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:00.174Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:00.174Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:00.174Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T07:13:00.217Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T07:13:00.218Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:13:00.218Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T07:13:00.218Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:13:00.218Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:00.218Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:00.218Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160380217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:13:01.219Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:13:01.219Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T07:13:01.219Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:13:01.219Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:01.219Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:01.220Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160381219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:13:02.220Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:13:02.235Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:13:02.238Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:13:02.238Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:13:02.238Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:13:02.239Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:13:02.239Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:02.239Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:02.239Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:02.239Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:02.239Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:13:02.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:13:32.247Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:13:32.258Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T07:13:32.258Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T07:13:32.258Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T07:13:32.261Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:13:32.272Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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-30T07:13:32.273Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T07:13:32.276Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:13:32.503Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:13:32.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:13:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[224], vertex-id=[217144], x-aai-txid=[0-aai-resources-230330-07:13:32:720-62874], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:13:32.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:13:32.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:13:32.504Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:13:32.516Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:13:32.516Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:13:32.516Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:13:32.517Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:32.517Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:32.517Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160412516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:13:33.550Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:13:33.551Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:13:33.551Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:33.552Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:33.552Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:33.552Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:34.553Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:34.553Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:34.553Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:34.553Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:35.554Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:35.554Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:35.554Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:35.554Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:36.555Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:36.555Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:36.555Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:36.555Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:37.556Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:37.556Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:37.556Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:37.556Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:38.557Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:38.558Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:38.558Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:38.558Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:39.559Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:39.559Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:39.560Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:39.560Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:40.561Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:40.561Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:40.561Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:40.562Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:41.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:41.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:41.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:41.563Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:13:42.565Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:13:42.565Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:42.565Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:42.565Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:13:43.567Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:13:43.567Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:13:43.567Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T07:13:43.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:13:43.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:13:43.610Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:13:43.610Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:13:43.611Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:13:43.611Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:43.611Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:13:43.611Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:43.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:13:43.956Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T07:13:43.956Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:13:43.956Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:43.956Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:13:43.957Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:43.957Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:43.957Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160423956,
  "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-30T07:13:44.958Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:13:44.959Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:13:44.959Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:44.959Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T07:13:44.960Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:44.960Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:45.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7746142640836378055/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T07:13:45.948Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.949Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:45.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:13:45.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:13:45.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:13:45.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:45.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:13:45.950Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:13:45.951Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:13:45.951Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.951Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:45.951Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.951Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:13:45.952Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T07:13:45.952Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T07:13:45.952Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:13:45.952Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.952Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:13:45.952Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.953Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:13:45.953Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:13:45.953Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.953Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:13:45.953Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:13:45.953Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.954Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:13:45.954Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:13:45.954Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.954Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:13:45.954Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:13:45.954Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.954Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:45.955Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:13:45.956Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:13:45.956Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T07:13:45.994Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T07:13:45.995Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:13:45.995Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T07:13:45.995Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:13:45.995Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:45.995Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:45.995Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160425995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:13:46.996Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:13:46.997Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T07:13:46.997Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:13:46.997Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:13:46.997Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:13:46.997Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160426996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:13:47.998Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:13:48.023Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:13:48.028Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:13:48.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:13:48.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:13:48.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:13:48.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:48.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:48.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:48.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:13:48.030Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:13:48.041Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:13:51.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:13:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160325806,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:13:51.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160335171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160336864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160337865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160369140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:13:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:13:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:13:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:13:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:18.041Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:14:18.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T07:14:18.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T07:14:18.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T07:14:18.059Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:14:18.082Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T07:14:18.082Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a05e773-1255-47c1-ae88-7398fc25f320], X-ECOMP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-TransactionId=[], X-ONAP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], Content-Type=[application/merge-patch+json]}
2023-03-30T07:14:18.088Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:14:18.242Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:14:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[499840], x-aai-txid=[0-aai-resources-230330-07:14:18:534-36719], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:14:18.243Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:14:18.243Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T07:14:18.244Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:14:18.244Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:14:18.256Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:14:18.257Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:14:18.257Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:14:18.257Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:18.257Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:18.257Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160458257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:14:19.285Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:14:19.285Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:14:19.286Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:19.286Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:19.286Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:19.287Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:14:20.287Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:20.288Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:20.288Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:20.288Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:14:21.289Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:21.290Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:21.290Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:21.290Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:14:22.290Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:22.291Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:22.291Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:22.291Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:14:23.292Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:23.292Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:23.292Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:23.292Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:14:24.293Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:24.294Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:24.294Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:24.294Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:14:25.295Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:25.295Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:25.295Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:25.295Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:14:26.296Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:14:26.297Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:26.297Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:26.297Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:14:27.298Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:14:27.299Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:14:27.299Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T07:14:27.299Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:14:27.300Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:14:27.330Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:14:27.330Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:14:27.330Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:14:27.330Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:14:27.330Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:14:27.331Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:14:27.572Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:14:27.574Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T07:14:27.575Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:14:27.575Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:14:27.575Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:14:27.575Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:27.576Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:27.576Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160467575,
  "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-30T07:14:28.577Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:14:28.577Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:14:28.578Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:28.578Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T07:14:28.579Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:28.579Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:28.682Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11692485469193970254/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-30T07:14:29.544Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:14:29.545Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.546Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:14:29.547Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:14:29.548Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:14:29.549Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:14:29.549Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T07:14:29.582Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T07:14:29.582Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:14:29.582Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T07:14:29.582Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:14:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160469582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:14:30.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:14:30.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T07:14:30.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:14:30.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:14:30.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:14:30.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160470583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:14:31.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:14:31.603Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:14:31.607Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:14:31.607Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:14:31.608Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:14:31.608Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:14:31.608Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:14:31.608Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:14:31.608Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:14:31.608Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:14:31.608Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:14:31.617Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:14:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:14:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160378431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160380217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160381219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160412516,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160423956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160425995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
}
2023-03-30T07:14:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:14:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:14:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160426996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
}
2023-03-30T07:14:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:01.618Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:15:01.626Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T07:15:01.626Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T07:15:01.627Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T07:15:01.632Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:15:01.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T07:15:01.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d8bf13b-900b-464e-927c-9b4e8912d719], X-ECOMP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-TransactionId=[], X-ONAP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], Content-Type=[application/merge-patch+json]}
2023-03-30T07:15:01.650Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:15:02.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:15:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[434], vertex-id=[237704], x-aai-txid=[0-aai-resources-230330-07:15:02:096-52578], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:15:02.088Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:15:02.089Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T07:15:02.089Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:15:02.089Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:15:02.099Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:15:02.099Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:15:02.099Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:15:02.100Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:02.100Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:02.100Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160502099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:15:03.118Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:15:03.118Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:15:03.118Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:03.119Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:03.119Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:03.119Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:04.120Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:04.120Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:04.120Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:04.120Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:05.121Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:05.122Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:05.122Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:05.122Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:06.123Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:06.123Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:06.123Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:06.123Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:07.124Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:07.124Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:07.124Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:07.124Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:08.125Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:08.125Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:08.125Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:08.125Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:09.126Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:09.126Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:09.126Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:09.126Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:10.128Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:10.129Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:10.129Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:10.129Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:11.129Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:11.131Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:11.132Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:11.132Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:15:12.133Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:15:12.134Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:15:12.134Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T07:15:12.135Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:15:12.135Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:15:12.173Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:15:12.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:15:12.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:15:12.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:15:12.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:15:12.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:15:12.196Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@17d51586
2023-03-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:12.197Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:12.198Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160512197,
  "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-30T07:15:13.199Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T07:15:13.215Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:15:13.215Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:15:13.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:15:13.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T07:15:13.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:15:13.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:15:13.218Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T07:15:13.224Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:15:13.243Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:15:13.248Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T07:15:13.248Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:15:13.248Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:15:13.248Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:15:13.249Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:15:13.249Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:13.249Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:13.249Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160513248,
  "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-30T07:15:14.250Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:15:14.266Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:15:14.269Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:15:14.269Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:15:14.269Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:15:14.270Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:15:14.270Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:15:14.270Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:15:14.270Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:15:14.270Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:15:14.270Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:15:14.278Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:15:44.278Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:15:44.287Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:15:44.287Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T07:15:44.288Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T07:15:44.296Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:15:44.313Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T07:15:44.314Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0730d6a4-d26f-4c5a-891f-899e19135578], X-ECOMP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-TransactionId=[], X-ONAP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], Content-Type=[application/merge-patch+json]}
2023-03-30T07:15:44.318Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:15:44.479Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:15:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[249912], x-aai-txid=[2-aai-resources-230330-07:15:44:762-55370], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:15:44.479Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:15:44.480Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T07:15:44.480Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:15:44.480Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:15:44.485Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:15:44.486Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:15:44.486Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:15:44.486Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:44.486Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:44.486Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160544486,
  "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-30T07:15:45.507Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:15:45.507Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"411bf4f8-a316-4e99-9770-c527c1d8a3a2","serviceDescription":"service","serviceInvariantUUID":"3a69bb5a-f31f-4c86-a717-308e828948e4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e080e8fb-a127-4bec-8cd8-45b94d16bcfa","resourceInvariantUUID":"3449fd69-07ea-4cdc-ae5b-c3ebf74c6441","resourceCustomizationUUID":"eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6","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":"YzgyYzIwMzlhYjcyYTliMTE5MWM4ODkyZmMxNzRlZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55433347-eae3-4b90-b004-46f1285afd5e","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":"fa9db23e-bc67-4b55-8061-7e543c6038ed","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":"175281e7-e206-4387-bece-d9fc9216fee7","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":"MmYwN2FhMTNjNGNhZDViZTQ5MTBlOTg5M2FhMzIwOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10489b04-3ea7-486b-941c-684a2f218350","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":"fa147a9a-e887-4527-afdd-37563121abf8","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":"324a2d5c-5f7c-4cd0-a72e-a0182f31ff7f","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":"d7538772-9501-4df8-b429-cb247c76c5f2","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":"YWM4NzRlMzgzNzk0MzQ0ZjY3MjZlMDMzNjk0MGU5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0b9db04-a1d8-4a54-8616-227f6ff45703","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03cb642f-258f-4854-a0bf-54868faa0cea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:15:45.508Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:45.508Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:45.509Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:45.509Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:46.509Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:46.510Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:46.510Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:46.510Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:47.511Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:47.511Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:47.512Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:47.512Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:48.512Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:48.513Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:48.513Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:48.513Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:49.514Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:49.514Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:49.515Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:49.515Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:50.515Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:50.516Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:50.516Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:50.516Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:51.517Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:51.517Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:51.517Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:51.517Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:51.760Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:15:51.761Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: cached metadata has changed from (version110: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version111: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-30T07:15:51.775Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:51.776Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:15:51.780Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:15:51.781Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:15:51.796Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:15:51.797Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:51.797Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:51.802Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:51.802Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:51.802Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:51.802Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1549, 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-30T07:15:51.803Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:51.803Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:15:52.518Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:52.518Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:52.519Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:52.519Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:15:52.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.821Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160458257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:15:52.821Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160467575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160469582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
}
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160470583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
}
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160502099,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.824Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.825Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160512197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160513248,
  "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-30T07:15:52.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160544486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.826Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.827Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.827Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.828Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.829Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:52.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:15:52.829Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:15:52.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:15:53.520Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:15:53.520Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:53.520Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:53.520Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:15:54.521Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "411bf4f8-a316-4e99-9770-c527c1d8a3a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a69bb5a-f31f-4c86-a717-308e828948e4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e080e8fb-a127-4bec-8cd8-45b94d16bcfa",
      "resourceInvariantUUID": "3449fd69-07ea-4cdc-ae5b-c3ebf74c6441",
      "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": "YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03cb642f-258f-4854-a0bf-54868faa0cea"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:15:54.522Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:15:54.522Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC
2023-03-30T07:15:54.522Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:411bf4f8-a316-4e99-9770-c527c1d8a3a2
ServiceInvariantUUID:3a69bb5a-f31f-4c86-a717-308e828948e4
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:03cb642f-258f-4854-a0bf-54868faa0cea
ArtifactChecksum:YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6
ResourceInvariantUUID:3449fd69-07ea-4cdc-ae5b-c3ebf74c6441
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e080e8fb-a127-4bec-8cd8-45b94d16bcfa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:15:54.522Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T07:15:54.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:15:54.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:15:54.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:15:54.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03cb642f-258f-4854-a0bf-54868faa0cea from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:15:54.563Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:15:54.563Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:15:54.582Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:15:54.582Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18b0ae69
2023-03-30T07:15:54.582Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 03cb642f-258f-4854-a0bf-54868faa0cea Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:54.583Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160554583,
  "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-30T07:15:55.584Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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:03cb642f-258f-4854-a0bf-54868faa0cea)
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-30T07:15:55.603Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:15:55.603Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:15:55.608Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:15:55.608Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
2023-03-30T07:15:55.608Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:15:55.608Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:15:55.608Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e080e8fb-a127-4bec-8cd8-45b94d16bcfa 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-30T07:15:55.616Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-30T07:15:55.635Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:15:55.642Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e080e8fb-a127-4bec-8cd8-45b94d16bcfa 0 ASDC deployResourceStructure
2023-03-30T07:15:55.642Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:15:55.643Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:15:55.643Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:15:55.643Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:15:55.643Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:15:55.643Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:15:55.643Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160555643,
  "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-30T07:15:56.644Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:15:56.658Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:15:56.661Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:15:56.667Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:16:26.668Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:16:26.679Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and serviceModelVersionId: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:16:26.679Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a69bb5a-f31f-4c86-a717-308e828948e4
2023-03-30T07:16:26.680Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0
2023-03-30T07:16:26.687Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:16:26.706Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||Invoke
2023-03-30T07:16:26.706Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d70c4365-09b6-42b9-b639-237521a19274], X-ECOMP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-TransactionId=[], X-ONAP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], Content-Type=[application/merge-patch+json]}
2023-03-30T07:16:26.713Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:16:26.885Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?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/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:16:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[467176], x-aai-txid=[0-aai-resources-230330-07:16:27:159-40064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:16:26.886Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:16:26.887Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:16:26.887Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:16:26.887Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:16:26.900Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:16:26.900Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:16:26.900Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:16:26.901Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:26.901Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:26.901Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160586900,
  "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-30T07:16:27.923Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:16:27.923Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4b7b3ba4-89a3-4661-b416-08071f9eceb9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b2b5470-d513-4e8c-bb33-a8dc7f153488","serviceDescription":"service","serviceInvariantUUID":"b72888ba-77d6-494f-9991-2bdb049a190d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"104a00a4-67d4-4a10-96ab-2a1e9714bd51","resourceInvariantUUID":"9d477f1d-ff05-4a27-9fc3-6425e064b2c8","resourceCustomizationUUID":"2a37ba03-fe73-4f3e-a06c-a2d375039ee7","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":"MGY2Mzc1NWE1MGNiZWExMTE0ZWM0YWI4NzdhN2MxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"923e844b-5e0b-418d-a2b3-3c8c4347dbee","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":"b0f71e80-441e-44ce-8158-a18b4d8bb0d0","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":"b6b220d8-3139-4851-a39d-35667938adda","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":"MGI5MjM1NjU4YTJjYTJiNDc4NmNjYzNjYjc1NDgyMTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bea570c-3601-4ffb-8f48-bef9db9276d9","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":"70661be2-65f7-49cf-b146-466f757bf3f4","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":"c5b0025b-6bd0-449c-8310-6dd5a5114673","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":"7a3de850-7119-42fa-a220-15ef37020fdb","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":"NmY2ZDNkMTUwYjg3OTEzNjFhMjlkZjkxZDRmOTA4ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ac47ff7-8a38-43d6-a381-e32367048817","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"533aa473-1294-4989-81fe-46b0e109d5a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:16:27.923Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:27.923Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:27.923Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:27.923Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:28.925Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:28.925Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:28.925Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:28.925Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:29.927Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:29.928Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:29.928Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:29.928Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:30.929Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:30.930Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:30.930Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:30.930Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:31.931Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:31.931Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:31.931Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:31.931Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:32.932Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:32.933Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:32.933Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:32.933Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:33.934Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:33.934Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:33.935Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:33.935Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:34.936Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:34.937Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:34.937Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:34.937Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "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-30T07:16:35.937Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:16:35.938Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:35.938Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:35.938Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:16:36.939Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b2b5470-d513-4e8c-bb33-a8dc7f153488",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72888ba-77d6-494f-9991-2bdb049a190d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a37ba03-fe73-4f3e-a06c-a2d375039ee7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "104a00a4-67d4-4a10-96ab-2a1e9714bd51",
      "resourceInvariantUUID": "9d477f1d-ff05-4a27-9fc3-6425e064b2c8",
      "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": "ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "533aa473-1294-4989-81fe-46b0e109d5a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:16:36.939Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:16:36.939Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC
2023-03-30T07:16:36.940Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4b7b3ba4-89a3-4661-b416-08071f9eceb9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b2b5470-d513-4e8c-bb33-a8dc7f153488
ServiceInvariantUUID:b72888ba-77d6-494f-9991-2bdb049a190d
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:533aa473-1294-4989-81fe-46b0e109d5a2
ArtifactChecksum:ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a37ba03-fe73-4f3e-a06c-a2d375039ee7
ResourceInvariantUUID:9d477f1d-ff05-4a27-9fc3-6425e064b2c8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:104a00a4-67d4-4a10-96ab-2a1e9714bd51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:16:36.940Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-30T07:16:36.982Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:16:36.983Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:16:36.983Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:16:36.983Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 533aa473-1294-4989-81fe-46b0e109d5a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:16:36.983Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:16:36.984Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:16:37.002Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:16:37.002Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3ea0590d
2023-03-30T07:16:37.003Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:16:37.003Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:16:37.003Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 533aa473-1294-4989-81fe-46b0e109d5a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:16:37.004Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:16:37.004Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:16:37.004Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:16:37.004Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:37.004Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:37.004Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160597003,
  "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-30T07:16:38.005Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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:533aa473-1294-4989-81fe-46b0e109d5a2)
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-30T07:16:38.027Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:16:38.027Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:16:38.033Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:16:38.033Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
2023-03-30T07:16:38.033Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:16:38.033Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:16:38.034Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 104a00a4-67d4-4a10-96ab-2a1e9714bd51 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-30T07:16:38.043Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-30T07:16:38.060Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:16:38.068Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 104a00a4-67d4-4a10-96ab-2a1e9714bd51 0 ASDC deployResourceStructure
2023-03-30T07:16:38.068Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:16:38.069Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:16:38.069Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:16:38.069Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:16:38.069Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:16:38.070Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:16:38.070Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160598069,
  "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-30T07:16:39.070Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:16:39.088Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:16:39.090Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:16:39.090Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:16:39.090Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:16:39.091Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:16:39.091Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:16:39.091Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:16:39.091Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:16:39.091Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:16:39.092Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:16:39.102Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:16:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:16:51.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160554583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160555643,
  "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-30T07:16:51.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160586900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680159885257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160597003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:16:51.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:16:51.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160598069,
  "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-30T07:16:51.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:17:09.102Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:17:09.111Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and serviceModelVersionId: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:17:09.112Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72888ba-77d6-494f-9991-2bdb049a190d
2023-03-30T07:17:09.112Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0
2023-03-30T07:17:09.119Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:17:09.135Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||Invoke
2023-03-30T07:17:09.135Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4b7b3ba4-89a3-4661-b416-08071f9eceb9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18281e34-cf98-4672-94f8-7c02a2951b4e], X-ECOMP-RequestID=[4b7b3ba4-89a3-4661-b416-08071f9eceb9], X-TransactionId=[], X-ONAP-RequestID=[4b7b3ba4-89a3-4661-b416-08071f9eceb9], Content-Type=[application/merge-patch+json]}
2023-03-30T07:17:09.140Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:17:09.291Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?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/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:17:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[258256], x-aai-txid=[2-aai-resources-230330-07:17:09:584-42202], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:17:09.291Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:17:09.292Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||InvokeReturn
2023-03-30T07:17:09.292Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:17:09.292Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:17:09.303Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:17:09.303Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:17:09.303Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:17:09.304Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:09.304Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:09.304Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160629303,
  "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-30T07:17:10.327Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T07:17:10.327Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T07:17:10.329Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 1 disconnected.
2023-03-30T07:17:10.329Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Cancelled in-flight METADATA request with correlation id 120969 due to node 1 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-30T07:17:10.329Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 2 disconnected.
2023-03-30T07:17:10.329Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:17:10.329Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:17:10.329Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:17:10.330Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:17:10.333Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5b55a63c-682a-4874-a26f-31c11fbd24e2
2023-03-30T07:17:10.334Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:17:10.334Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:17:10.334Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:17:13.148Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:16.157Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:19.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:22.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:25.183Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:28.193Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:31.203Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:34.214Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:37.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:40.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:43.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:46.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:49.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:17:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:51.778Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:51.778Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:17:51.786Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:17:51.786Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5b55a63c-682a-4874-a26f-31c11fbd24e2', protocol='range'}
2023-03-30T07:17:51.792Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:17:51.792Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:17:51.792Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:17:51.792Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:17:51.792Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:17:51.793Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:17:51.793Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5b55a63c-682a-4874-a26f-31c11fbd24e2=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-30T07:17:51.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:17:51.811Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:51.810Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5b55a63c-682a-4874-a26f-31c11fbd24e2', protocol='range'}
2023-03-30T07:17:51.811Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:17:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:17:51.816Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:51.816Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:17:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:17:51.816Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:17:51.816Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1597, 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-30T07:17:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:17:51.817Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:51.817Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:17:51.817Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:17:51.817Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:17:52.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:17:52.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160629303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:17:52.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:17:52.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:17:52.915Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:17:52.917Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:17:52.917Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:52.917Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:52.917Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:53.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:17:53.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:53.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:53.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:54.919Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:17:54.919Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:54.919Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:54.920Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:55.920Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:17:55.920Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:55.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:55.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:56.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:17:56.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:56.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:56.923Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:57.923Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:17:57.924Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:57.924Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:57.924Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:58.925Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:17:58.925Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:58.925Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:58.925Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:17:59.926Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:17:59.926Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:17:59.926Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T07:17:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:17:59.927Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:17:59.959Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:17:59.960Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:17:59.960Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:17:59.960Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:17:59.960Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:17:59.961Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:17:59.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:17:59.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d8610d9
2023-03-30T07:17:59.987Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:17:59.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:17:59.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:17:59.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T07:17:59.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T07:17:59.988Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:17:59.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:17:59.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:17:59.989Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160679988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:18:00.990Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T07:18:01.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T07:18:01.010Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:18:01.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T07:18:01.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T07:18:01.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:18:01.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:18:01.016Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:18:01.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:18:01.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@570c7969
2023-03-30T07:18:01.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:18:01.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:18:01.033Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:18:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T07:18:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T07:18:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:18:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:18:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:18:01.034Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160681034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:18:02.035Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T07:18:02.036Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:18:02.050Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:18:02.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:18:02.053Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:18:32.053Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:18:32.064Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:18:32.067Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:18:32.067Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:18:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:18:51.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:18:51.762Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:18:51.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:02.067Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:19:02.085Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:19:02.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:19:02.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:19:32.089Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:19:32.106Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:19:32.109Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:19:32.110Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:19:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:19:51.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:19:51.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:51.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:19:51.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:51.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:19:51.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:51.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T07:19:51.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:51.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:19:51.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:51.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:19:51.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:51.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.766Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160679988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:19:51.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:19:51.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-30T07:19:51.767Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160681034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:19:51.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:20:02.110Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:20:02.126Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:20:02.128Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:20:02.128Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:20:32.128Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:20:32.146Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:20:32.148Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:20:32.148Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:20:51.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:21:02.149Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:21:02.163Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:21:02.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:21:02.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:21:32.165Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:21:32.177Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:21:32.179Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:21:32.179Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:21:51.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:22:02.179Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:22:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:22:02.193Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:22:02.193Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:22:32.193Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:22:32.209Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:22:32.211Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:22:32.211Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:22:51.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:22:52.943Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:22:52.943Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-5b55a63c-682a-4874-a26f-31c11fbd24e2 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-30T07:22:52.944Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T07:22:52.944Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T07:22:55.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:22:55.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:22:55.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:22:55.429Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:22:55.430Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:22:55.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:22:55.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:22:55.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:22:55.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:22:55.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:22:55.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:22:55.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1607, 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-30T07:22:55.454Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:22:55.454Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:23:02.212Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T07:23:02.212Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:23:02.220Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T07:23:02.220Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T07:23:02.220Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T07:23:02.223Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:23:02.234Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T07:23:02.234Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78cee8b2-6314-475c-b3fc-133a5dcc42a5], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T07:23:02.242Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:23:02.406Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:23:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-07:23:02:688-76831], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:23:02.406Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:23:02.407Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:23:02.407Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:23:02.407Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:23:02.418Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:23:02.418Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T07:23:02.419Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T07:23:02.419Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:02.419Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:02.419Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160982419,
  "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-30T07:23:02.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:02.444Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160982419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T07:23:02.444Z||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-30T07:23:03.442Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:23:03.443Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:23:03.443Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:03.443Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:03.443Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:03.443Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:23:04.444Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:04.444Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:04.444Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:04.444Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:05.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:23:05.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:23:05.445Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T07:23:05.445Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T07:23:05.445Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:23:05.475Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:23:05.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:23:05.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:23:05.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:23:05.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:23:05.476Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:23:05.745Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:23:05.746Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T07:23:05.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:23:05.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:23:05.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:23:05.747Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:05.748Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:05.748Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160985747,
  "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-30T07:23:06.749Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:23:06.749Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:23:06.750Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:06.750Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T07:23:06.750Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:06.751Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:06.836Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10132391252824511472/Definitions/service-BasicNetwork-template.yml
2023-03-30T07:23:07.156Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:07.157Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:07.158Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:07.159Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T07:23:07.197Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T07:23:07.197Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:23:07.197Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T07:23:07.198Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:23:07.198Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:07.198Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:07.198Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160987197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:08.199Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:23:08.199Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T07:23:08.199Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:23:08.200Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:08.200Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:08.200Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160988199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:09.201Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:23:09.216Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:23:09.219Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:23:09.219Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:23:09.219Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:23:09.219Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:23:09.219Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:09.220Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:09.220Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:09.220Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:09.220Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:23:09.228Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:23:39.228Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:23:39.238Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T07:23:39.238Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T07:23:39.239Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T07:23:39.245Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:23:39.264Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T07:23:39.265Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b23b156-6bce-4de4-b6c5-988e2ed166a6], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T07:23:39.269Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:23:39.425Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:23:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[348392], x-aai-txid=[0-aai-resources-230330-07:23:39:714-55892], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:23:39.425Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:23:39.426Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:23:39.426Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:23:39.426Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:23:39.436Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:23:39.436Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:23:39.436Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:23:39.436Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:39.436Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:39.436Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161019436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:23:40.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:23:40.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:23:40.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:40.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:40.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:40.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:41.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:41.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:41.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:41.458Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:42.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:42.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:42.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:42.459Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:43.462Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:43.463Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:43.463Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:43.463Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:44.463Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:44.464Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:44.464Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:44.464Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:45.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:45.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:45.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:45.465Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:46.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:46.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:46.466Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:46.467Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:47.467Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:23:47.468Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:47.468Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:47.468Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:48.469Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:23:48.469Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:23:48.469Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T07:23:48.470Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:23:48.470Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:23:48.511Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:23:48.512Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:23:48.512Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:23:48.512Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:48.512Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:23:48.512Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:48.757Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:23:48.759Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T07:23:48.760Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:23:48.760Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:48.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:23:48.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:48.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:48.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161028760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:49.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:23:49.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:23:49.764Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:49.764Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:49.765Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:49.765Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:49.934Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11389343551637602907/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T07:23:50.520Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.521Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:50.522Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:23:50.523Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T07:23:50.576Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T07:23:50.577Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:23:50.577Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T07:23:50.577Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:23:50.577Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:50.577Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:50.577Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161030577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:51.578Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:23:51.578Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T07:23:51.578Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:23:51.578Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:23:51.578Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:23:51.579Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161031577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:23:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:23:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160985747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:23:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160987197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T07:23:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160988199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T07:23:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161019436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:23:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161028760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:23:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161030577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T07:23:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:23:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161031577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T07:23:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:23:52.580Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:23:52.600Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:23:52.603Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:23:52.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:24:22.609Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:24:22.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T07:24:22.620Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T07:24:22.621Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T07:24:22.628Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:24:22.654Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T07:24:22.655Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T07:24:22.664Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:24:22.815Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T07:24:22.816Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:24:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[172088], x-aai-txid=[2-aai-resources-230330-07:24:23:110-71204], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:24:22.816Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:24:22.817Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:24:22.817Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:24:22.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:24:22.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:24:22.830Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:24:22.831Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:22.831Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:22.831Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161062830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:24:23.854Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:24:23.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:24:23.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:24:23.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:23.855Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:23.856Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:24:24.856Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:24:24.857Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:24.857Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:24.857Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:24:25.857Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:24:25.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:25.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:25.858Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:24:26.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:24:26.859Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:26.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:26.860Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:24:27.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:24:27.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:27.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:27.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:24:28.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:24:28.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:28.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:28.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:24:29.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:24:29.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:29.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:29.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:24:30.868Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:24:30.868Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:24:30.868Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T07:24:30.869Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:24:30.869Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:24:30.901Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:24:30.902Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:24:30.902Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:24:30.902Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:24:30.902Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:24:30.902Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:24:31.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:24:31.227Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T07:24:31.228Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:24:31.228Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:24:31.228Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:24:31.228Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:31.228Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:31.229Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161071228,
  "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-30T07:24:32.229Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:24:32.230Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:24:32.230Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:32.230Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T07:24:32.230Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:32.231Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:32.323Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1104346514371861878/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-30T07:24:33.264Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:24:33.265Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:24:33.268Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:24:33.268Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:24:33.269Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:24:33.270Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:24:33.271Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T07:24:33.272Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:24:33.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T07:24:33.319Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T07:24:33.320Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:24:33.320Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T07:24:33.320Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:24:33.320Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:33.320Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:33.321Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161073319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:24:34.321Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:24:34.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T07:24:34.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:24:34.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:24:34.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:24:34.322Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161074321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:24:35.323Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:24:35.343Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:24:35.346Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:24:35.346Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:24:35.346Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:24:35.346Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:24:35.346Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:24:35.347Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:24:35.347Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:24:35.347Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:24:35.347Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:24:35.356Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:24:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:24:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161062830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:24:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:24:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161071228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161073319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161074321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T07:24:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:05.357Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:25:05.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T07:25:05.367Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T07:25:05.368Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T07:25:05.375Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:25:05.400Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T07:25:05.401Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T07:25:05.408Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:25:05.567Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:25:05.568Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:25:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[241840], x-aai-txid=[1-aai-resources-230330-07:25:05:856-14229], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:25:05.568Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:25:05.568Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:25:05.569Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:25:05.581Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:25:05.581Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:25:05.581Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:25:05.582Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:05.582Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:05.582Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161105581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:25:06.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:25:06.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:25:06.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:06.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:06.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:06.602Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:07.603Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:07.603Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:07.603Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:07.603Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:08.604Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:08.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:08.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:08.605Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:09.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:09.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:09.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:09.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:10.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:10.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:10.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:10.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:11.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:11.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:11.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:11.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:12.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:12.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:12.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:12.610Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:13.610Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:13.611Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:13.611Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:13.611Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:14.613Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:25:14.613Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:25:14.613Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T07:25:14.614Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:25:14.614Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:25:14.645Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:25:14.646Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:25:14.646Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:25:14.646Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:14.646Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:25:14.646Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:14.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:25:14.987Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T07:25:14.987Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:25:14.987Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:14.987Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:25:14.988Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:14.988Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:14.988Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161114987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:15.989Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:25:15.990Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:25:15.990Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:15.990Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:15.991Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:15.991Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.105Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9337648787968107750/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T07:25:16.727Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:25:16.727Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:25:16.727Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.727Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:25:16.728Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:25:16.729Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:25:16.730Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:25:16.730Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:25:16.730Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:25:16.730Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:25:16.730Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:25:16.730Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:25:16.730Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T07:25:16.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T07:25:16.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:25:16.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T07:25:16.769Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:25:16.770Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:16.770Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:16.770Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161116769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:17.771Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:25:17.771Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T07:25:17.771Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:25:17.772Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:17.772Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:17.772Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161117770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:18.773Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:25:18.787Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:25:18.791Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:25:18.791Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:25:18.791Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:25:18.791Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:25:18.791Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:25:18.791Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:25:18.791Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:25:18.792Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:25:18.792Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:25:18.801Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:25:48.802Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:25:48.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T07:25:48.813Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T07:25:48.814Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T07:25:48.821Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:25:48.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T07:25:48.841Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T07:25:48.853Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:25:49.006Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T07:25:49.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:25:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[245976], x-aai-txid=[2-aai-resources-230330-07:25:49:298-7986], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:25:49.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:25:49.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:25:49.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:25:49.019Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:25:49.020Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:25:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:25:49.021Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:49.022Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:49.022Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161149020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:25:50.040Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:25:50.040Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:25:50.040Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:50.040Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:50.041Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:50.041Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:51.041Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:51.042Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:51.042Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:51.042Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161105581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161114987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161116769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161117770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161149020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:25:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:25:52.043Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:52.043Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:52.044Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:52.044Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:53.044Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:53.045Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:53.045Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:53.045Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:54.046Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:54.046Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:54.046Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:54.047Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:55.048Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:56.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:56.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:56.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:56.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:57.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:25:57.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:57.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:57.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:58.051Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:25:58.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:25:58.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T07:25:58.052Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:25:58.053Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:25:58.086Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:25:58.087Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:25:58.087Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:25:58.087Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:25:58.087Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:25:58.087Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:25:58.532Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:25:58.534Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T07:25:58.535Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:25:58.535Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:25:58.535Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:25:58.535Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:25:58.535Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:25:58.535Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161158535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:25:59.535Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:25:59.536Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:25:59.536Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:25:59.537Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:25:59.537Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:25:59.537Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:25:59.637Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12877036046619801470/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T07:26:00.351Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:26:00.352Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:26:00.353Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:00.354Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T07:26:00.387Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T07:26:00.387Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:26:00.387Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T07:26:00.387Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:26:00.387Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:00.388Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:00.388Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161160387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:26:01.388Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:26:01.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T07:26:01.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:26:01.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:01.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:01.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161161388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:26:02.391Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:26:02.405Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:26:02.409Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:26:02.409Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:26:02.409Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:26:02.409Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:26:02.409Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:02.409Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:02.410Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:02.410Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:02.410Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:26:02.420Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:26:32.420Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:26:32.429Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T07:26:32.429Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T07:26:32.429Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T07:26:32.436Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:26:32.463Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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-30T07:26:32.464Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T07:26:32.472Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:26:32.623Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:26:32.624Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:26:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[217144], x-aai-txid=[1-aai-resources-230330-07:26:32:917-33048], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:26:32.624Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:26:32.624Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:26:32.624Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:26:32.635Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:26:32.635Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:26:32.636Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:26:32.636Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:32.636Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:32.636Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161192636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:26:33.658Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:26:33.658Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:26:33.659Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:33.659Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:33.659Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:33.659Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:34.660Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:34.660Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:34.661Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:34.661Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:35.661Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:35.662Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:35.662Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:35.662Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:36.663Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:36.663Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:36.664Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:36.664Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:37.664Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:37.665Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:37.665Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:37.665Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:38.666Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:38.666Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:38.667Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:38.667Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:39.668Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:39.668Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:39.668Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:39.668Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:40.669Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:40.669Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:40.669Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:40.669Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:41.670Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:41.670Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:41.671Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:41.671Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:26:42.671Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:26:42.672Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:42.672Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:42.672Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:26:43.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:26:43.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:26:43.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T07:26:43.675Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:26:43.675Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:26:43.708Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:26:43.709Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:26:43.710Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:26:43.710Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:43.710Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:26:43.710Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:44.022Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:26:44.028Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T07:26:44.028Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:26:44.028Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:44.028Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:26:44.028Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:44.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:44.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161204028,
  "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-30T07:26:45.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:26:45.030Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:26:45.030Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:45.031Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T07:26:45.032Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:45.032Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:45.146Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9998828573107827909/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:46.118Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:26:46.119Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:26:46.120Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T07:26:46.121Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:26:46.122Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T07:26:46.161Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T07:26:46.162Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:26:46.162Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T07:26:46.162Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:26:46.162Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:46.162Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:46.162Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161206162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:26:47.163Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:26:47.163Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T07:26:47.163Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:26:47.164Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:26:47.164Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:26:47.164Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161207162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:26:48.165Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:26:48.182Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:26:48.186Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:26:48.187Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:26:48.187Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:26:48.187Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:26:48.188Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:48.188Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:48.188Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:48.188Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:26:48.188Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:26:48.196Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:26:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:26:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:26:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:26:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:18.197Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:27:18.206Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T07:27:18.206Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T07:27:18.206Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T07:27:18.210Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:27:18.221Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T07:27:18.222Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[add179e6-2c43-4fa3-86eb-eaffdd71d949], X-ECOMP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-TransactionId=[], X-ONAP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], Content-Type=[application/merge-patch+json]}
2023-03-30T07:27:18.226Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:27:18.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:27:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[499840], x-aai-txid=[2-aai-resources-230330-07:27:18:669-51142], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:27:18.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:27:18.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T07:27:18.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:27:18.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:27:18.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:27:18.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:27:18.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:27:18.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:18.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:18.370Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161238370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:27:19.394Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:27:19.395Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:27:19.395Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:19.395Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:19.395Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:19.395Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:27:20.397Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:20.398Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:20.398Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:20.398Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:27:21.400Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:21.400Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:21.400Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:21.400Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:27:22.402Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:22.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:22.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:22.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:27:23.404Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:23.405Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:23.405Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:23.405Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:27:24.407Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:24.407Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:24.407Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:24.407Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:27:25.408Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:25.409Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:25.409Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:25.409Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:27:26.409Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:27:26.410Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:26.410Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:26.410Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:27:27.411Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:27:27.411Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:27:27.411Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T07:27:27.412Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:27:27.412Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:27:27.444Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:27:27.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:27:27.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:27:27.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:27:27.445Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:27:27.446Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:27:27.683Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:27:27.685Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T07:27:27.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:27:27.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:27:27.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:27:27.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:27.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:27.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161247686,
  "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-30T07:27:28.687Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:27:28.688Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:27:28.688Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:28.689Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T07:27:28.690Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:28.690Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:28.825Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14205074473043169897/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-30T07:27:29.643Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.644Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.645Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:27:29.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:27:29.648Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:27:29.648Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:27:29.648Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T07:27:29.690Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T07:27:29.691Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:27:29.691Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T07:27:29.691Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:27:29.692Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:29.692Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:29.692Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161249691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:27:30.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:27:30.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T07:27:30.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:27:30.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:27:30.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:27:30.694Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161250693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:27:31.694Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:27:31.712Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:27:31.715Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:27:31.716Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:27:31.725Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:27:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:27:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161158535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161160387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161161388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161192636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:27:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161204028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161206162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
}
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161207162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
}
2023-03-30T07:27:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:01.726Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:28:01.735Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T07:28:01.735Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T07:28:01.736Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T07:28:01.742Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:28:01.758Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T07:28:01.758Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[434283dc-a354-496d-86f7-56b9a474a6dc], X-ECOMP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-TransactionId=[], X-ONAP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], Content-Type=[application/merge-patch+json]}
2023-03-30T07:28:01.765Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:28:01.916Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:28:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[237704], x-aai-txid=[2-aai-resources-230330-07:28:02:212-47419], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:28:01.917Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:28:01.917Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T07:28:01.917Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:28:01.917Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:28:01.923Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:28:01.923Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:28:01.923Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:28:01.923Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:01.923Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:01.923Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161281923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:28:02.945Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:28:02.945Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:28:02.946Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:02.946Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:02.946Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:02.946Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:03.947Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:03.947Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:03.947Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:03.948Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:04.948Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:04.948Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:04.949Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:04.949Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:05.949Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:05.950Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:05.950Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:05.950Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:06.950Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:06.951Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:06.951Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:06.951Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:07.952Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:07.952Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:07.952Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:07.952Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:08.953Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:08.953Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:08.953Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:08.953Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:09.954Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:09.954Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:09.954Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:09.955Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:10.955Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:10.956Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:10.956Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:10.956Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:28:11.957Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:28:11.957Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:28:11.957Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T07:28:11.957Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:28:11.957Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:28:11.995Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:28:11.995Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:28:11.996Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:28:11.996Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:28:11.996Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:28:11.996Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:28:12.018Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:28:12.019Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2cd71735
2023-03-30T07:28:12.019Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:28:12.019Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:28:12.020Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:28:12.020Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:28:12.020Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:28:12.020Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:28:12.021Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:12.021Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:12.021Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161292020,
  "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-30T07:28:13.022Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T07:28:13.042Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:28:13.042Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:28:13.048Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:28:13.049Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T07:28:13.049Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:28:13.049Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:28:13.049Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T07:28:13.058Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:28:13.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:28:13.083Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T07:28:13.083Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:28:13.083Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:28:13.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:28:13.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:28:13.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:13.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:13.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161293083,
  "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-30T07:28:14.085Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:28:14.099Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:28:14.101Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:28:14.101Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:28:14.101Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:28:14.101Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:28:14.101Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:28:14.102Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:28:14.102Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:28:14.102Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:28:14.102Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:28:14.108Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:28:44.109Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:28:44.118Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:28:44.118Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T07:28:44.119Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T07:28:44.126Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:28:44.141Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T07:28:44.141Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2970a3a6-6ca6-4476-b991-8883786d6083], X-ECOMP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-TransactionId=[], X-ONAP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], Content-Type=[application/merge-patch+json]}
2023-03-30T07:28:44.152Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:28:44.305Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:28:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[249912], x-aai-txid=[1-aai-resources-230330-07:28:44:597-49082], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:28:44.305Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:28:44.306Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T07:28:44.306Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:28:44.306Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:28:44.313Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:28:44.314Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:28:44.314Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:28:44.314Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:44.314Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:44.314Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161324314,
  "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-30T07:28:45.333Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:28:45.334Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"411bf4f8-a316-4e99-9770-c527c1d8a3a2","serviceDescription":"service","serviceInvariantUUID":"3a69bb5a-f31f-4c86-a717-308e828948e4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e080e8fb-a127-4bec-8cd8-45b94d16bcfa","resourceInvariantUUID":"3449fd69-07ea-4cdc-ae5b-c3ebf74c6441","resourceCustomizationUUID":"eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6","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":"YzgyYzIwMzlhYjcyYTliMTE5MWM4ODkyZmMxNzRlZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55433347-eae3-4b90-b004-46f1285afd5e","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":"fa9db23e-bc67-4b55-8061-7e543c6038ed","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":"175281e7-e206-4387-bece-d9fc9216fee7","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":"MmYwN2FhMTNjNGNhZDViZTQ5MTBlOTg5M2FhMzIwOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10489b04-3ea7-486b-941c-684a2f218350","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":"fa147a9a-e887-4527-afdd-37563121abf8","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":"324a2d5c-5f7c-4cd0-a72e-a0182f31ff7f","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":"d7538772-9501-4df8-b429-cb247c76c5f2","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":"YWM4NzRlMzgzNzk0MzQ0ZjY3MjZlMDMzNjk0MGU5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0b9db04-a1d8-4a54-8616-227f6ff45703","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03cb642f-258f-4854-a0bf-54868faa0cea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:28:45.334Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:45.334Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:45.334Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:45.334Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:46.335Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:46.335Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:46.335Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:46.335Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:47.336Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:47.336Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:47.337Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:47.337Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:48.337Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:48.338Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:48.338Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:48.338Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:49.338Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:49.339Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:49.339Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:49.339Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:50.340Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:50.340Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:50.340Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:50.340Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:51.341Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:51.341Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:51.341Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:51.341Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:28:51.761Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: cached metadata has changed from (version113: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version114: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-30T07:28:51.779Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:51.779Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:28:51.785Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:28:51.785Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:28:51.803Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:28:51.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:51.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:51.809Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:51.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:51.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:51.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1674, 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-30T07:28:51.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:51.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:28:52.342Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:52.343Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:52.343Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:52.343Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:28:52.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161238370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:28:52.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.829Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161247686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161249691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
}
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161250693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
}
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161281923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:28:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161292020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161293083,
  "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-30T07:28:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161324314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.835Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:52.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:28:52.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:28:52.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:28:53.343Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:28:53.344Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:53.344Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:53.344Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:28:54.344Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "411bf4f8-a316-4e99-9770-c527c1d8a3a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a69bb5a-f31f-4c86-a717-308e828948e4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e080e8fb-a127-4bec-8cd8-45b94d16bcfa",
      "resourceInvariantUUID": "3449fd69-07ea-4cdc-ae5b-c3ebf74c6441",
      "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": "YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03cb642f-258f-4854-a0bf-54868faa0cea"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:28:54.345Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:28:54.345Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC
2023-03-30T07:28:54.345Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:411bf4f8-a316-4e99-9770-c527c1d8a3a2
ServiceInvariantUUID:3a69bb5a-f31f-4c86-a717-308e828948e4
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:03cb642f-258f-4854-a0bf-54868faa0cea
ArtifactChecksum:YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6
ResourceInvariantUUID:3449fd69-07ea-4cdc-ae5b-c3ebf74c6441
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e080e8fb-a127-4bec-8cd8-45b94d16bcfa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:28:54.345Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:28:54.378Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:28:54.379Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:28:54.379Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:28:54.379Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03cb642f-258f-4854-a0bf-54868faa0cea from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:28:54.379Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:28:54.379Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:28:54.396Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:28:54.397Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@633db210
2023-03-30T07:28:54.397Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:28:54.397Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:28:54.398Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 03cb642f-258f-4854-a0bf-54868faa0cea Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:28:54.398Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:28:54.398Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:28:54.399Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:28:54.399Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:54.399Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:54.399Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161334398,
  "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-30T07:28:55.400Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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:03cb642f-258f-4854-a0bf-54868faa0cea)
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-30T07:28:55.421Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:28:55.421Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:28:55.425Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:28:55.426Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
2023-03-30T07:28:55.426Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:28:55.426Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:28:55.427Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e080e8fb-a127-4bec-8cd8-45b94d16bcfa 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-30T07:28:55.434Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:28:55.453Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:28:55.459Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e080e8fb-a127-4bec-8cd8-45b94d16bcfa 0 ASDC deployResourceStructure
2023-03-30T07:28:55.460Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:28:55.460Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:28:55.461Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:28:55.461Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:28:55.461Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:28:55.461Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:28:55.462Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161335460,
  "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-30T07:28:56.462Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:28:56.479Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:28:56.482Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:28:56.482Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:28:56.483Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:28:56.483Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:28:56.483Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:28:56.483Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:28:56.483Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:28:56.483Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:28:56.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:29:26.491Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:29:26.500Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and serviceModelVersionId: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:29:26.500Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a69bb5a-f31f-4c86-a717-308e828948e4
2023-03-30T07:29:26.501Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0
2023-03-30T07:29:26.507Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:29:26.524Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||Invoke
2023-03-30T07:29:26.524Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b9ce5f9-b19f-4826-a046-f49c6ed75e76], X-ECOMP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-TransactionId=[], X-ONAP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], Content-Type=[application/merge-patch+json]}
2023-03-30T07:29:26.530Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:29:26.714Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?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/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:29:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[180], vertex-id=[467176], x-aai-txid=[0-aai-resources-230330-07:29:26:976-85968], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:29:26.715Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:29:26.715Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:29:26.716Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:29:26.716Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:29:26.724Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:29:26.724Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:29:26.725Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:29:26.725Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:26.725Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:26.725Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161366724,
  "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-30T07:29:27.749Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:29:27.750Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4b7b3ba4-89a3-4661-b416-08071f9eceb9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b2b5470-d513-4e8c-bb33-a8dc7f153488","serviceDescription":"service","serviceInvariantUUID":"b72888ba-77d6-494f-9991-2bdb049a190d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"104a00a4-67d4-4a10-96ab-2a1e9714bd51","resourceInvariantUUID":"9d477f1d-ff05-4a27-9fc3-6425e064b2c8","resourceCustomizationUUID":"2a37ba03-fe73-4f3e-a06c-a2d375039ee7","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":"MGY2Mzc1NWE1MGNiZWExMTE0ZWM0YWI4NzdhN2MxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"923e844b-5e0b-418d-a2b3-3c8c4347dbee","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":"b0f71e80-441e-44ce-8158-a18b4d8bb0d0","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":"b6b220d8-3139-4851-a39d-35667938adda","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":"MGI5MjM1NjU4YTJjYTJiNDc4NmNjYzNjYjc1NDgyMTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bea570c-3601-4ffb-8f48-bef9db9276d9","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":"70661be2-65f7-49cf-b146-466f757bf3f4","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":"c5b0025b-6bd0-449c-8310-6dd5a5114673","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":"7a3de850-7119-42fa-a220-15ef37020fdb","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":"NmY2ZDNkMTUwYjg3OTEzNjFhMjlkZjkxZDRmOTA4ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ac47ff7-8a38-43d6-a381-e32367048817","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"533aa473-1294-4989-81fe-46b0e109d5a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:29:27.750Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:27.750Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:27.750Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:27.750Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:28.751Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:28.752Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:28.752Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:28.752Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:29.753Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:29.753Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:29.753Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:29.753Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:30.754Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:30.755Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:30.755Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:30.755Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:31.755Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:31.756Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:31.756Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:31.756Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:32.758Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:32.758Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:32.758Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:32.759Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:33.760Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:33.761Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:33.761Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:33.761Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:34.761Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:34.761Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:34.762Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:34.762Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "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-30T07:29:35.762Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:29:35.763Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:35.763Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:35.763Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:29:36.765Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b2b5470-d513-4e8c-bb33-a8dc7f153488",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72888ba-77d6-494f-9991-2bdb049a190d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a37ba03-fe73-4f3e-a06c-a2d375039ee7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "104a00a4-67d4-4a10-96ab-2a1e9714bd51",
      "resourceInvariantUUID": "9d477f1d-ff05-4a27-9fc3-6425e064b2c8",
      "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": "ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "533aa473-1294-4989-81fe-46b0e109d5a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:29:36.766Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:29:36.766Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC
2023-03-30T07:29:36.767Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4b7b3ba4-89a3-4661-b416-08071f9eceb9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b2b5470-d513-4e8c-bb33-a8dc7f153488
ServiceInvariantUUID:b72888ba-77d6-494f-9991-2bdb049a190d
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:533aa473-1294-4989-81fe-46b0e109d5a2
ArtifactChecksum:ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a37ba03-fe73-4f3e-a06c-a2d375039ee7
ResourceInvariantUUID:9d477f1d-ff05-4a27-9fc3-6425e064b2c8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:104a00a4-67d4-4a10-96ab-2a1e9714bd51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:29:36.767Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:29:36.801Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:29:36.801Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:29:36.801Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:29:36.801Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 533aa473-1294-4989-81fe-46b0e109d5a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:29:36.802Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:29:36.802Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:29:36.821Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:29:36.822Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@12741847
2023-03-30T07:29:36.822Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:29:36.822Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:29:36.822Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 533aa473-1294-4989-81fe-46b0e109d5a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:29:36.823Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:29:36.823Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:29:36.823Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:29:36.823Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:36.823Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:36.823Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161376823,
  "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-30T07:29:37.824Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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:533aa473-1294-4989-81fe-46b0e109d5a2)
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-30T07:29:37.839Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:29:37.840Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:29:37.848Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:29:37.849Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
2023-03-30T07:29:37.849Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:29:37.849Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:29:37.849Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 104a00a4-67d4-4a10-96ab-2a1e9714bd51 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-30T07:29:37.856Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:29:37.879Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:29:37.887Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 104a00a4-67d4-4a10-96ab-2a1e9714bd51 0 ASDC deployResourceStructure
2023-03-30T07:29:37.887Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:29:37.888Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:29:37.888Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:29:37.889Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:29:37.889Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:29:37.889Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:29:37.890Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161377888,
  "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-30T07:29:38.890Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:29:38.911Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:29:38.913Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:29:38.913Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:29:38.913Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:29:38.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:29:38.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:29:38.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:29:38.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:29:38.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:29:38.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:29:38.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:29:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:29:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161334398,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161335460,
  "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-30T07:29:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161366724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680160630327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161376823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:29:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161377888,
  "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-30T07:29:51.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:30:08.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:30:08.931Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and serviceModelVersionId: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:30:08.932Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72888ba-77d6-494f-9991-2bdb049a190d
2023-03-30T07:30:08.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0
2023-03-30T07:30:08.941Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:30:08.968Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?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-30T07:30:08.970Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||Invoke
2023-03-30T07:30:08.975Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:30:09.115Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||InvokeReturn
2023-03-30T07:30:09.115Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:30:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[258256], x-aai-txid=[1-aai-resources-230330-07:30:09:420-3056], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:30:09.115Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:30:09.115Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:30:09.116Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:30:09.124Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:30:09.124Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:30:09.124Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:30:09.124Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:09.125Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:09.125Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161409124,
  "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-30T07:30:10.141Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T07:30:10.141Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T07:30:10.142Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 0 disconnected.
2023-03-30T07:30:10.142Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Cancelled in-flight METADATA request with correlation id 121090 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-30T07:30:10.142Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 1 disconnected.
2023-03-30T07:30:10.142Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:30:10.142Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:30:10.143Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:30:10.143Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:30:10.147Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-ba9396ec-e331-4839-96bb-08a5a6b7fe38
2023-03-30T07:30:10.147Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:30:10.147Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:30:10.148Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:30:13.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:16.183Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:19.192Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:22.205Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:25.215Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:28.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:31.233Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:34.243Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:37.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:40.266Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:43.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:46.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:49.295Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:30:51.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:51.779Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.779Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:30:51.786Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:30:51.786Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-ba9396ec-e331-4839-96bb-08a5a6b7fe38', protocol='range'}
2023-03-30T07:30:51.791Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:30:51.792Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:30:51.792Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:30:51.792Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:30:51.792Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:30:51.792Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:30:51.793Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-ba9396ec-e331-4839-96bb-08a5a6b7fe38=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-30T07:30:51.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:30:51.810Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-ba9396ec-e331-4839-96bb-08a5a6b7fe38', protocol='range'}
2023-03-30T07:30:51.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.810Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:30:51.811Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:30:51.816Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:30:51.816Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.816Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:30:51.816Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1722, 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-30T07:30:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:30:51.816Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.816Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:30:51.816Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:30:51.817Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:30:51.817Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:30:52.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:30:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161409124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:30:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:30:52.862Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:30:52.862Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:30:52.864Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:30:52.865Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:52.865Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:52.865Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:53.866Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:30:53.867Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:53.867Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:53.867Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:54.868Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:30:54.868Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:54.868Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:54.868Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:55.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:30:55.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:55.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:55.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:56.871Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:30:56.871Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:56.871Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:56.872Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:57.872Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:30:57.873Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:57.873Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:57.873Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:58.874Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:30:58.875Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:58.875Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:58.875Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:30:59.877Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:30:59.877Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:30:59.877Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T07:30:59.878Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:30:59.878Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:30:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:30:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:30:59.915Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:30:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:30:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:30:59.916Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:30:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:30:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1595823e
2023-03-30T07:30:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:30:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:30:59.950Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:30:59.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T07:30:59.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T07:30:59.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:30:59.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:30:59.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:30:59.951Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161459950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:31:00.952Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T07:31:00.966Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T07:31:00.966Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:31:00.971Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T07:31:00.971Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T07:31:00.971Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:31:00.971Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:31:00.971Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42efd2b1
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:31:00.991Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:31:00.992Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161460991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:31:01.993Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T07:31:01.993Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:31:02.011Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:31:02.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:31:02.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:31:32.015Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:31:32.029Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:31:32.031Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:31:32.031Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:31:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:31:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:31:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:31:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:02.031Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:32:02.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:32:02.051Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:32:02.051Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:32:32.052Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:32:32.070Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:32:32.073Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:32:32.073Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:32:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:32:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:32:51.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161459950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161460991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:32:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:33:02.074Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:33:02.094Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:33:02.097Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:33:02.098Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:33:32.098Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:33:32.118Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:33:32.122Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:33:32.122Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:33:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:34:02.122Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:34:02.141Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:34:02.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:34:02.144Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:34:32.145Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:34:32.159Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:34:32.161Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:34:32.161Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:34:51.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:35:02.162Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:35:02.180Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:35:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:35:02.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:35:32.182Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:35:32.199Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:35:32.204Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:35:32.204Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:35:51.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:35:52.956Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:35:52.957Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-ba9396ec-e331-4839-96bb-08a5a6b7fe38 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-30T07:35:52.957Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T07:35:52.957Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T07:35:55.419Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:35:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:35:55.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:35:55.444Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:35:55.444Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:35:55.461Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:35:55.461Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:35:55.462Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:35:55.467Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:35:55.467Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:35:55.467Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:35:55.467Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1732, 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-30T07:35:55.467Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:35:55.468Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:36:02.205Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T07:36:02.205Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:36:02.212Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T07:36:02.212Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T07:36:02.212Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T07:36:02.215Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:36:02.227Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T07:36:02.227Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6708edd7-ad27-436a-8a7a-876d1e53a45b], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T07:36:02.236Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:36:02.390Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:36:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-07:36:02:679-12462], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:36:02.391Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:36:02.391Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:36:02.392Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:36:02.392Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:36:02.401Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:36:02.401Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T07:36:02.401Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T07:36:02.401Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:02.401Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:02.401Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161762401,
  "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-30T07:36:02.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:02.424Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161762401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T07:36:02.425Z||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-30T07:36:03.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:36:03.420Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:36:03.422Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:03.423Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:03.423Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:03.423Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:36:04.424Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:04.424Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:04.424Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:04.424Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:05.425Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:36:05.425Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:36:05.425Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T07:36:05.426Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T07:36:05.426Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:36:05.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:36:05.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:36:05.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:36:05.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:36:05.456Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:36:05.457Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:36:06.096Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:36:06.098Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T07:36:06.098Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:36:06.098Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:36:06.098Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:36:06.099Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:06.099Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:06.099Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161766098,
  "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-30T07:36:07.099Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:36:07.100Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:36:07.100Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.101Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T07:36:07.101Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.101Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.195Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18226622690616589918/Definitions/service-BasicNetwork-template.yml
2023-03-30T07:36:07.563Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.564Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:07.565Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:07.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T07:36:07.604Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T07:36:07.604Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:36:07.604Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T07:36:07.605Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:36:07.605Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:07.605Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:07.605Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161767604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:08.606Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:36:08.606Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T07:36:08.606Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:36:08.607Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:08.607Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:08.607Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161768606,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:09.608Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:36:09.624Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:36:09.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:36:09.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:36:09.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:36:09.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:36:09.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:09.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:09.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:09.628Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:09.628Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:36:09.635Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:36:39.636Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:36:39.645Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T07:36:39.645Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T07:36:39.646Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T07:36:39.654Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:36:39.674Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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-30T07:36:39.675Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T07:36:39.683Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:36:39.836Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:36:39.836Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:36:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[348392], x-aai-txid=[1-aai-resources-230330-07:36:40:128-78613], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:36:39.837Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:36:39.837Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:36:39.837Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:36:39.844Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:36:39.844Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:36:39.844Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:36:39.845Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:39.845Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:39.845Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161799844,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:36:40.867Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:36:40.867Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:36:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:40.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:41.868Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:41.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:41.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:41.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:42.869Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:42.870Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:42.870Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:42.870Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:43.871Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:43.871Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:43.871Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:43.872Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:44.872Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:44.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:44.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:44.873Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:45.874Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:45.875Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:45.875Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:45.875Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:46.876Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:46.877Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:46.877Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:46.877Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:47.878Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:36:47.878Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:47.879Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:47.879Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:48.880Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:36:48.880Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:36:48.880Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T07:36:48.881Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:36:48.881Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:36:48.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:36:48.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:36:48.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:36:48.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:48.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:36:48.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:49.220Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:36:49.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T07:36:49.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:36:49.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:49.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:36:49.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:49.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:49.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161809224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:50.225Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:36:50.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:36:50.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.320Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7523363356796757858/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:36:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:50.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:50.901Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:50.901Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:50.901Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:36:50.901Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:36:50.901Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T07:36:50.939Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T07:36:50.939Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:36:50.939Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T07:36:50.939Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:36:50.940Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:50.940Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:50.940Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161810939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:36:51.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161766098,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:36:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161767604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T07:36:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161768606,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T07:36:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161799844,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:36:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:36:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:36:51.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161809224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:36:51.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:36:51.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161810939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T07:36:51.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:36:51.940Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:36:51.941Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T07:36:51.941Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:36:51.941Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:36:51.942Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:36:51.942Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161811940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:36:52.942Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:36:52.956Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:36:52.959Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:36:52.959Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:36:52.959Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:36:52.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:36:52.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:52.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:52.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:52.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:36:52.960Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:36:52.969Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:37:22.970Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:37:22.980Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T07:37:22.980Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T07:37:22.981Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T07:37:22.989Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:37:23.011Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T07:37:23.011Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T07:37:23.020Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:37:23.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T07:37:23.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:37:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[172088], x-aai-txid=[1-aai-resources-230330-07:37:23:466-7780], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:37:23.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:37:23.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:37:23.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:37:23.197Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:37:23.197Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:37:23.198Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:37:23.198Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:23.198Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:23.198Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161843197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:37:24.216Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:37:24.217Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:37:24.217Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:37:24.217Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:24.217Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:24.217Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:37:25.218Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:37:25.219Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:25.219Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:25.219Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:37:26.220Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:37:26.220Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:26.220Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:26.220Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:37:27.221Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:37:27.221Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:27.221Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:27.221Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:37:28.222Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:37:28.222Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:28.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:28.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:37:29.223Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:37:29.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:29.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:29.224Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:37:30.225Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:37:30.225Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:30.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:30.226Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:37:31.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:37:31.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:37:31.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T07:37:31.229Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:37:31.229Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:37:31.259Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:37:31.260Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:37:31.260Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:37:31.260Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:37:31.260Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:37:31.260Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:37:31.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:37:31.521Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T07:37:31.521Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:37:31.521Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:37:31.521Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:37:31.522Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:31.522Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:31.522Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161851521,
  "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-30T07:37:32.522Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:37:32.523Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:37:32.523Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:32.523Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T07:37:32.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:32.524Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:32.654Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18419912705250763517/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-30T07:37:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:37:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:37:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:37:33.526Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:37:33.527Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:37:33.528Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:37:33.529Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.530Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:37:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:37:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:37:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:37:33.531Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T07:37:33.573Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T07:37:33.574Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:37:33.574Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T07:37:33.574Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:37:33.574Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:33.574Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:33.574Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161853574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:37:34.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:37:34.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T07:37:34.575Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:37:34.576Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:37:34.576Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:37:34.576Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161854575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:37:35.577Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:37:35.594Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:37:35.597Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:37:35.598Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:37:35.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:37:51.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:37:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:37:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161811940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T07:37:51.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:05.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:38:05.617Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T07:38:05.617Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T07:38:05.618Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T07:38:05.624Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:38:05.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T07:38:05.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T07:38:05.654Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:38:05.876Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:38:05.877Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:38:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[218], vertex-id=[241840], x-aai-txid=[0-aai-resources-230330-07:38:06:098-78756], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:38:05.877Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:38:05.877Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:38:05.877Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:38:05.884Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:38:05.884Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:38:05.885Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:38:05.885Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:05.885Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:05.885Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161885885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:38:06.906Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:38:06.907Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:38:06.907Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:06.907Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:06.907Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:06.908Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:07.909Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:07.909Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:07.909Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:07.909Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:08.910Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:08.910Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:08.910Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:08.910Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:09.911Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:09.911Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:09.911Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:09.911Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:10.913Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:10.913Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:10.913Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:10.913Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:11.915Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:11.916Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:11.916Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:11.916Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:12.918Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:12.918Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:12.918Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:12.918Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:13.920Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:13.920Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:13.920Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:13.920Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:14.921Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:38:14.922Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:38:14.922Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T07:38:14.922Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:38:14.922Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:38:14.952Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:38:14.952Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:38:14.953Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:38:14.953Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:14.953Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:38:14.953Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:15.231Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:38:15.234Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T07:38:15.234Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:38:15.234Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:15.234Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:38:15.234Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:15.235Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:15.235Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161895234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:16.235Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:38:16.236Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:38:16.236Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.236Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.237Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.237Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.350Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8133234542865573965/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:38:16.944Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:38:16.945Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:38:16.946Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T07:38:16.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T07:38:16.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:38:16.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T07:38:16.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:38:16.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:16.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:16.985Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161896985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:17.988Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:38:17.988Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T07:38:17.988Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:38:17.989Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:17.989Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:17.989Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161897988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:18.990Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:38:19.010Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:38:19.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:38:19.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:38:19.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:38:19.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:38:19.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:38:19.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:38:19.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:38:19.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:38:19.015Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:38:19.025Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:38:49.025Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:38:49.033Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T07:38:49.033Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T07:38:49.034Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T07:38:49.041Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:38:49.063Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T07:38:49.063Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa4180c9-9714-4fc2-9960-64e33a0425d2], X-ECOMP-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], X-TransactionId=[], X-ONAP-RequestID=[2a42004d-7f07-4b86-8df6-e891a99df807], Content-Type=[application/merge-patch+json]}
2023-03-30T07:38:49.070Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:38:49.288Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:38:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[214], vertex-id=[245976], x-aai-txid=[0-aai-resources-230330-07:38:49:515-59188], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:38:49.288Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:38:49.289Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T07:38:49.289Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:38:49.289Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:38:49.295Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:38:49.295Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:38:49.295Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:38:49.295Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:49.296Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:49.296Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161929295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:38:50.319Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:38:50.320Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:38:50.320Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:50.320Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:50.320Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:50.320Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:51.321Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:51.321Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:51.321Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:51.322Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161843197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:38:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161851521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161853574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161854575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T07:38:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:38:52.322Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:52.323Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:52.323Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:52.323Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:53.323Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:53.324Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:53.324Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:53.324Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:54.325Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:54.325Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:54.325Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:54.326Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:55.326Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:55.327Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:55.327Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:55.327Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:56.328Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:56.328Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:56.328Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:56.328Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:57.329Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:38:57.329Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:57.330Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:57.330Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:58.331Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:38:58.331Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:38:58.331Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T07:38:58.332Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:38:58.332Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:38:58.380Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:38:58.381Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:38:58.381Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:38:58.381Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:38:58.381Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:38:58.382Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:38:58.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:38:58.651Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T07:38:58.652Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:38:58.652Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:38:58.652Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:38:58.652Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:38:58.653Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:38:58.653Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161938652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:38:59.653Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:38:59.654Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:38:59.654Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:38:59.655Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:38:59.655Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:38:59.656Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:38:59.747Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17734012943778596341/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:39:00.389Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:00.390Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T07:39:00.427Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T07:39:00.427Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:39:00.428Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T07:39:00.428Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:39:00.428Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:00.428Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:00.429Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161940427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:39:01.429Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:39:01.430Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T07:39:01.430Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:39:01.430Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:01.431Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:01.431Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161941429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:39:02.432Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:39:02.447Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:39:02.450Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:39:02.450Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:39:02.450Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:39:02.451Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:39:02.451Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:02.451Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:02.451Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:02.451Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:02.451Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:39:02.460Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:39:32.460Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:39:32.467Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T07:39:32.468Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T07:39:32.468Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T07:39:32.475Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:39:32.494Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T07:39:32.494Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94c1df34-c84b-46a7-9a65-dc50edf05436], X-ECOMP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-TransactionId=[], X-ONAP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], Content-Type=[application/merge-patch+json]}
2023-03-30T07:39:32.498Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:39:32.659Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:39:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[217144], x-aai-txid=[2-aai-resources-230330-07:39:32:945-71466], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:39:32.659Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:39:32.660Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:39:32.660Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:39:32.661Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:39:32.673Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:39:32.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:39:32.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:39:32.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:32.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:32.674Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161972674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:39:33.693Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:39:33.693Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:39:33.693Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:33.694Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:33.694Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:33.694Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:34.694Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:34.695Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:34.695Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:34.695Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:35.696Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:35.696Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:35.696Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:35.697Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:36.698Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:36.698Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:36.698Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:36.699Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:37.699Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:37.700Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:37.700Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:37.700Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:38.700Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:38.701Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:38.701Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:38.701Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:39.702Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:39.702Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:39.703Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:39.703Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:40.703Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:40.704Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:40.704Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:40.704Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:41.705Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:41.705Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:41.706Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:41.706Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:39:42.707Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:39:42.707Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:42.707Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:42.707Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:39:43.708Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:39:43.709Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:39:43.709Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T07:39:43.709Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:39:43.710Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:39:43.741Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:39:43.742Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:39:43.742Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:39:43.742Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:43.742Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:39:43.743Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:44.029Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:39:44.036Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T07:39:44.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:39:44.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:44.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:39:44.037Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:44.038Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:44.038Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161984037,
  "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-30T07:39:45.038Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:39:45.039Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:39:45.040Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:45.040Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T07:39:45.041Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:45.042Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:45.135Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5249481600574793878/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:39:46.051Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T07:39:46.052Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:39:46.053Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:39:46.054Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T07:39:46.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T07:39:46.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:39:46.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T07:39:46.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:39:46.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:46.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:46.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161986089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:39:47.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:39:47.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T07:39:47.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:39:47.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:39:47.091Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:39:47.091Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161987090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:39:48.091Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:39:48.106Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:39:48.109Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:39:48.110Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:39:48.116Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:39:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:39:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161885885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:39:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161895234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161896985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T07:39:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161897988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161929295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:39:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:18.117Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:40:18.129Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T07:40:18.129Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T07:40:18.130Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T07:40:18.137Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:40:18.158Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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-30T07:40:18.159Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T07:40:18.167Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:40:18.302Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T07:40:18.303Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:40:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[499840], x-aai-txid=[0-aai-resources-230330-07:40:18:612-38044], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:40:18.303Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:40:18.303Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:40:18.303Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:40:18.313Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:40:18.313Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:40:18.313Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:40:18.313Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:18.313Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:18.313Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162018313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:40:19.335Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:40:19.335Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:40:19.335Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:19.335Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:19.336Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:19.336Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:40:20.336Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:20.336Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:20.337Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:20.337Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:40:21.337Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:21.337Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:21.337Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:21.338Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:40:22.338Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:22.338Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:22.338Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:22.339Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:40:23.339Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:23.340Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:23.340Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:23.340Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:40:24.340Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:24.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:24.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:24.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:40:25.342Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:25.342Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:25.342Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:25.342Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:40:26.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:40:26.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:26.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:26.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:40:27.344Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:40:27.344Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:40:27.344Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T07:40:27.345Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:40:27.345Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:40:27.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:40:27.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:40:27.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:40:27.385Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:40:27.386Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:40:27.386Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:40:27.634Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:40:27.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T07:40:27.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:40:27.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:40:27.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:40:27.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:27.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:27.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162027637,
  "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-30T07:40:28.638Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:40:28.639Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:40:28.639Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:28.639Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T07:40:28.640Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:28.640Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:28.760Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8321277504757892844/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-30T07:40:29.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:40:29.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:40:29.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.670Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:40:29.671Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:40:29.672Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T07:40:29.705Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T07:40:29.705Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:40:29.705Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T07:40:29.705Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:40:29.705Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:29.705Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:29.705Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162029705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:40:30.706Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:40:30.706Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T07:40:30.706Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:40:30.706Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:40:30.707Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:40:30.707Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162030706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:40:31.708Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:40:31.726Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:40:31.730Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:40:31.730Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:40:31.730Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:40:31.730Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:40:31.730Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:40:31.731Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:40:31.731Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:40:31.731Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:40:31.731Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:40:31.739Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:40:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:40:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161938652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161940427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T07:40:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161941429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161972674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:40:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T07:40:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161984037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161986089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
}
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161987090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
}
2023-03-30T07:40:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:01.740Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:41:01.748Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T07:41:01.749Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T07:41:01.750Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T07:41:01.759Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:41:01.787Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T07:41:01.788Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b0abd35-3146-4704-b25e-1b8de142b3c5], X-ECOMP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-TransactionId=[], X-ONAP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], Content-Type=[application/merge-patch+json]}
2023-03-30T07:41:01.799Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:41:01.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:41:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[237704], x-aai-txid=[2-aai-resources-230330-07:41:02:245-68659], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:41:01.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:41:01.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T07:41:01.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:41:01.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:41:02.000Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:41:02.001Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:41:02.001Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:41:02.001Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:02.001Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:02.001Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162062001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:41:03.024Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:41:03.025Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:41:03.025Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:03.025Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:03.025Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:03.025Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:04.027Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:04.028Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:04.028Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:04.028Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:05.029Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:05.030Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:05.030Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:05.030Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:06.031Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:06.032Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:06.032Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:06.032Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:07.033Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:07.033Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:07.034Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:07.034Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:08.036Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:08.036Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:08.036Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:08.036Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:09.038Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:09.038Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:09.038Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:09.038Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:10.040Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:10.040Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:10.040Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:10.041Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:11.042Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:11.043Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:11.043Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:11.043Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:41:12.045Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:41:12.045Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:41:12.045Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T07:41:12.045Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:41:12.045Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:41:12.083Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:41:12.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:41:12.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:41:12.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:41:12.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:41:12.084Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:41:12.109Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:41:12.109Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@161060ae
2023-03-30T07:41:12.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:41:12.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:41:12.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:41:12.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:41:12.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:41:12.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:41:12.111Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:12.111Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:12.111Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162072110,
  "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-30T07:41:13.112Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T07:41:13.132Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:41:13.132Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:41:13.137Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:41:13.138Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T07:41:13.138Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:41:13.138Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:41:13.138Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T07:41:13.146Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:41:13.166Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:41:13.173Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T07:41:13.173Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:41:13.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:41:13.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:41:13.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:41:13.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:13.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:13.174Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162073174,
  "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-30T07:41:14.175Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:41:14.191Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:41:14.194Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:41:14.195Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:41:14.202Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:41:44.203Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:41:44.210Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:41:44.210Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T07:41:44.211Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T07:41:44.214Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:41:44.226Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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-30T07:41:44.226Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T07:41:44.232Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:41:44.391Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T07:41:44.391Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:41:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[249912], x-aai-txid=[0-aai-resources-230330-07:41:44:675-48430], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:41:44.392Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:41:44.392Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:41:44.392Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:41:44.401Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:41:44.401Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:41:44.401Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:41:44.402Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:44.402Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:44.402Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162104401,
  "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-30T07:41:45.421Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:41:45.422Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"411bf4f8-a316-4e99-9770-c527c1d8a3a2","serviceDescription":"service","serviceInvariantUUID":"3a69bb5a-f31f-4c86-a717-308e828948e4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e080e8fb-a127-4bec-8cd8-45b94d16bcfa","resourceInvariantUUID":"3449fd69-07ea-4cdc-ae5b-c3ebf74c6441","resourceCustomizationUUID":"eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6","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":"YzgyYzIwMzlhYjcyYTliMTE5MWM4ODkyZmMxNzRlZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55433347-eae3-4b90-b004-46f1285afd5e","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":"fa9db23e-bc67-4b55-8061-7e543c6038ed","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":"175281e7-e206-4387-bece-d9fc9216fee7","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":"MmYwN2FhMTNjNGNhZDViZTQ5MTBlOTg5M2FhMzIwOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10489b04-3ea7-486b-941c-684a2f218350","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":"fa147a9a-e887-4527-afdd-37563121abf8","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":"324a2d5c-5f7c-4cd0-a72e-a0182f31ff7f","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":"d7538772-9501-4df8-b429-cb247c76c5f2","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":"YWM4NzRlMzgzNzk0MzQ0ZjY3MjZlMDMzNjk0MGU5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0b9db04-a1d8-4a54-8616-227f6ff45703","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03cb642f-258f-4854-a0bf-54868faa0cea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:41:45.422Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:45.422Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:45.422Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:45.422Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:46.423Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:46.423Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:46.423Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:46.424Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:47.424Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:47.425Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:47.425Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:47.425Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:48.425Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:48.426Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:48.426Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:48.426Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:49.427Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:49.427Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:49.427Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:49.427Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:50.428Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:50.429Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:50.429Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:50.429Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:51.429Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:51.430Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:51.430Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:51.430Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:41:51.761Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: cached metadata has changed from (version116: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version117: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-30T07:41:51.778Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:51.779Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:41:51.785Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:41:51.786Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:41:51.803Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:41:51.804Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:51.804Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:51.809Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:51.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:51.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:51.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1799, 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-30T07:41:51.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:51.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:41:52.431Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:52.431Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:52.431Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:52.431Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:41:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162018313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:41:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:41:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162027637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162029705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
}
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162030706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
}
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162062001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162072110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162073174,
  "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-30T07:41:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162104401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:41:52.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:41:53.432Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:41:53.432Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:53.432Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:53.432Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:41:54.433Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "411bf4f8-a316-4e99-9770-c527c1d8a3a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a69bb5a-f31f-4c86-a717-308e828948e4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e080e8fb-a127-4bec-8cd8-45b94d16bcfa",
      "resourceInvariantUUID": "3449fd69-07ea-4cdc-ae5b-c3ebf74c6441",
      "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": "YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03cb642f-258f-4854-a0bf-54868faa0cea"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:41:54.434Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:41:54.434Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC
2023-03-30T07:41:54.435Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:411bf4f8-a316-4e99-9770-c527c1d8a3a2
ServiceInvariantUUID:3a69bb5a-f31f-4c86-a717-308e828948e4
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:03cb642f-258f-4854-a0bf-54868faa0cea
ArtifactChecksum:YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6
ResourceInvariantUUID:3449fd69-07ea-4cdc-ae5b-c3ebf74c6441
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e080e8fb-a127-4bec-8cd8-45b94d16bcfa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:41:54.435Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:41:54.468Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:41:54.469Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:41:54.469Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:41:54.469Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03cb642f-258f-4854-a0bf-54868faa0cea from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:41:54.469Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:41:54.469Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:41:54.489Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:41:54.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e378c88
2023-03-30T07:41:54.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:41:54.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:41:54.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 03cb642f-258f-4854-a0bf-54868faa0cea Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:41:54.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:41:54.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:41:54.490Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:41:54.491Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:54.491Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:54.491Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162114490,
  "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-30T07:41:55.492Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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:03cb642f-258f-4854-a0bf-54868faa0cea)
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-30T07:41:55.513Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:41:55.513Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:41:55.518Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:41:55.518Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
2023-03-30T07:41:55.519Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:41:55.519Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:41:55.519Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e080e8fb-a127-4bec-8cd8-45b94d16bcfa 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-30T07:41:55.528Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:41:55.551Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:41:55.559Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e080e8fb-a127-4bec-8cd8-45b94d16bcfa 0 ASDC deployResourceStructure
2023-03-30T07:41:55.559Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:41:55.560Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:41:55.560Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:41:55.560Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:41:55.561Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:41:55.561Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:41:55.561Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162115560,
  "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-30T07:41:56.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:41:56.581Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:41:56.584Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:41:56.584Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:41:56.584Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:41:56.584Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:41:56.585Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:41:56.585Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:41:56.585Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:41:56.585Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:41:56.592Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:42:26.592Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:42:26.600Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and serviceModelVersionId: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:42:26.600Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a69bb5a-f31f-4c86-a717-308e828948e4
2023-03-30T07:42:26.601Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0
2023-03-30T07:42:26.603Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:42:26.614Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||Invoke
2023-03-30T07:42:26.614Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61f8435b-f3ae-4b2b-ae7f-4a0e89dd047f], X-ECOMP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-TransactionId=[], X-ONAP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], Content-Type=[application/merge-patch+json]}
2023-03-30T07:42:26.621Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:42:26.765Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?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/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:42:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[467176], x-aai-txid=[2-aai-resources-230330-07:42:27:066-77792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:42:26.766Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:42:26.766Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:42:26.766Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:42:26.766Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:42:26.779Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:42:26.779Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:42:26.779Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:42:26.779Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:26.780Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:26.780Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162146779,
  "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-30T07:42:27.796Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:42:27.797Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4b7b3ba4-89a3-4661-b416-08071f9eceb9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b2b5470-d513-4e8c-bb33-a8dc7f153488","serviceDescription":"service","serviceInvariantUUID":"b72888ba-77d6-494f-9991-2bdb049a190d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"104a00a4-67d4-4a10-96ab-2a1e9714bd51","resourceInvariantUUID":"9d477f1d-ff05-4a27-9fc3-6425e064b2c8","resourceCustomizationUUID":"2a37ba03-fe73-4f3e-a06c-a2d375039ee7","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":"MGY2Mzc1NWE1MGNiZWExMTE0ZWM0YWI4NzdhN2MxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"923e844b-5e0b-418d-a2b3-3c8c4347dbee","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":"b0f71e80-441e-44ce-8158-a18b4d8bb0d0","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":"b6b220d8-3139-4851-a39d-35667938adda","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":"MGI5MjM1NjU4YTJjYTJiNDc4NmNjYzNjYjc1NDgyMTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bea570c-3601-4ffb-8f48-bef9db9276d9","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":"70661be2-65f7-49cf-b146-466f757bf3f4","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":"c5b0025b-6bd0-449c-8310-6dd5a5114673","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":"7a3de850-7119-42fa-a220-15ef37020fdb","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":"NmY2ZDNkMTUwYjg3OTEzNjFhMjlkZjkxZDRmOTA4ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ac47ff7-8a38-43d6-a381-e32367048817","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"533aa473-1294-4989-81fe-46b0e109d5a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:42:27.797Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:27.798Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:27.798Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:27.798Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:28.799Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:28.800Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:28.800Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:28.800Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:29.800Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:29.801Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:29.801Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:29.801Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:30.801Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:30.802Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:30.802Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:30.802Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:31.803Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:31.803Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:31.803Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:31.803Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:32.804Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:32.804Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:32.804Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:32.804Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:33.805Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:33.805Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:33.805Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:33.805Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:34.806Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:34.806Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:34.807Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:34.807Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "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-30T07:42:35.807Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:42:35.808Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:35.808Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:35.808Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:42:36.808Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b2b5470-d513-4e8c-bb33-a8dc7f153488",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72888ba-77d6-494f-9991-2bdb049a190d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a37ba03-fe73-4f3e-a06c-a2d375039ee7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "104a00a4-67d4-4a10-96ab-2a1e9714bd51",
      "resourceInvariantUUID": "9d477f1d-ff05-4a27-9fc3-6425e064b2c8",
      "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": "ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "533aa473-1294-4989-81fe-46b0e109d5a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:42:36.808Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:42:36.809Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC
2023-03-30T07:42:36.809Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4b7b3ba4-89a3-4661-b416-08071f9eceb9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b2b5470-d513-4e8c-bb33-a8dc7f153488
ServiceInvariantUUID:b72888ba-77d6-494f-9991-2bdb049a190d
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:533aa473-1294-4989-81fe-46b0e109d5a2
ArtifactChecksum:ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a37ba03-fe73-4f3e-a06c-a2d375039ee7
ResourceInvariantUUID:9d477f1d-ff05-4a27-9fc3-6425e064b2c8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:104a00a4-67d4-4a10-96ab-2a1e9714bd51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:42:36.809Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:42:36.850Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:42:36.851Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:42:36.851Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:42:36.851Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 533aa473-1294-4989-81fe-46b0e109d5a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:42:36.851Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:42:36.851Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:42:36.868Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:42:36.868Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@350dbf64
2023-03-30T07:42:36.868Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:42:36.869Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:42:36.869Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 533aa473-1294-4989-81fe-46b0e109d5a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:42:36.869Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:42:36.869Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:42:36.869Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:42:36.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:36.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:36.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162156869,
  "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-30T07:42:37.870Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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:533aa473-1294-4989-81fe-46b0e109d5a2)
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-30T07:42:37.892Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:42:37.892Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:42:37.897Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:42:37.898Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
2023-03-30T07:42:37.898Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:42:37.898Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:42:37.898Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 104a00a4-67d4-4a10-96ab-2a1e9714bd51 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-30T07:42:37.907Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:42:37.925Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:42:37.932Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 104a00a4-67d4-4a10-96ab-2a1e9714bd51 0 ASDC deployResourceStructure
2023-03-30T07:42:37.932Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:42:37.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:42:37.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:42:37.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:42:37.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:42:37.934Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:42:37.934Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162157933,
  "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-30T07:42:38.934Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:42:38.945Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:42:38.946Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:42:38.946Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:42:38.946Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:42:38.946Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:42:38.946Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:42:38.946Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:42:38.947Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:42:38.947Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:42:38.947Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:42:38.950Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:42:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:42:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:42:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162114490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:42:51.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162115560,
  "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-30T07:42:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162146779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:42:51.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.773Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680161410141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:42:51.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162156869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:42:51.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:42:51.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T07:42:51.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162157933,
  "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-30T07:42:51.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:43:08.950Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:43:08.962Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and serviceModelVersionId: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:43:08.962Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72888ba-77d6-494f-9991-2bdb049a190d
2023-03-30T07:43:08.963Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0
2023-03-30T07:43:08.972Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:43:08.994Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?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-30T07:43:08.995Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||Invoke
2023-03-30T07:43:09.000Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:43:09.169Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||InvokeReturn
2023-03-30T07:43:09.170Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:43:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[258256], x-aai-txid=[2-aai-resources-230330-07:43:09:449-26036], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:43:09.170Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:43:09.170Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:43:09.170Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:43:09.182Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:43:09.183Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:43:09.183Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:43:09.183Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:09.183Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:09.183Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162189183,
  "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-30T07:43:10.216Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T07:43:10.217Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T07:43:10.218Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 1 disconnected.
2023-03-30T07:43:10.219Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 2 disconnected.
2023-03-30T07:43:10.219Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:43:10.219Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:43:10.219Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:43:10.220Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:43:10.222Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:43:10.226Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1f05fb93-2d03-4134-9986-052e10645804
2023-03-30T07:43:10.226Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:43:10.226Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:43:13.179Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:16.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:19.197Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:22.206Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:25.215Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:28.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:31.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:34.241Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:37.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:40.259Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:43.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:46.281Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:49.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:43:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:51.776Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.776Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:43:51.783Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1f05fb93-2d03-4134-9986-052e10645804', protocol='range'}
2023-03-30T07:43:51.783Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:43:51.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:43:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:43:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:43:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:43:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:43:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:43:51.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1f05fb93-2d03-4134-9986-052e10645804=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-30T07:43:51.807Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1f05fb93-2d03-4134-9986-052e10645804', protocol='range'}
2023-03-30T07:43:51.808Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:43:51.808Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:43:51.808Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:43:51.808Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.808Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:43:51.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:43:51.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:43:51.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1847, 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-30T07:43:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:43:51.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:43:51.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:43:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:43:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:43:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162189183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:43:52.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:43:52.923Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:43:52.924Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:43:52.926Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:43:52.926Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:52.926Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:52.927Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:53.928Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:43:53.928Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:53.929Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:53.929Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:54.929Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:43:54.930Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:54.930Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:54.930Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:55.931Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:43:55.931Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:55.932Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:55.932Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:56.932Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:43:56.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:56.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:56.933Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:57.934Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:43:57.934Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:57.934Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:57.934Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:58.935Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:43:58.936Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:43:58.936Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:43:58.936Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:43:59.937Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:43:59.938Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:43:59.938Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T07:43:59.938Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:43:59.939Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:43:59.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:43:59.983Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:43:59.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:43:59.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:43:59.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:43:59.984Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:44:00.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:44:00.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1adb7a0
2023-03-30T07:44:00.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:44:00.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:44:00.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:44:00.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T07:44:00.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T07:44:00.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:44:00.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:44:00.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:44:00.013Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162240013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:44:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T07:44:01.026Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T07:44:01.026Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:44:01.029Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T07:44:01.029Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T07:44:01.030Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:44:01.030Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:44:01.030Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:44:01.047Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@47ee90b
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:44:01.048Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:44:01.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162241048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:44:02.049Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T07:44:02.050Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:44:02.071Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:44:02.075Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:44:02.075Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:44:32.076Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:44:32.097Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:44:32.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:44:32.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:44:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:44:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:44:51.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:44:51.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:02.103Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:45:02.137Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:45:02.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:45:02.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:45:32.142Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:45:32.173Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:45:32.178Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:45:32.178Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:45:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:45:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:45:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:45:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:45:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162240013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:45:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:45:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:45:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162241048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:45:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:46:02.178Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:46:02.202Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:46:02.206Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:46:02.207Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:46:32.207Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:46:32.232Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:46:32.236Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:46:32.236Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:46:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:47:02.237Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:47:02.262Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:47:02.267Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:47:02.267Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:47:32.267Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:47:32.292Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:47:32.296Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:47:32.297Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:47:51.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:48:02.297Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:48:02.322Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:48:02.326Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:48:02.326Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:48:32.326Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:48:32.352Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:48:32.355Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:48:32.355Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:48:51.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:48:52.929Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:48:52.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1f05fb93-2d03-4134-9986-052e10645804 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-30T07:48:52.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T07:48:52.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T07:48:55.399Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:48:55.415Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:48:55.416Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:48:55.422Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:48:55.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:48:55.440Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:48:55.440Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:48:55.440Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:48:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:48:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:48:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:48:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1857, 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-30T07:48:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:48:55.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:49:02.356Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T07:49:02.356Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:49:02.367Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T07:49:02.367Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T07:49:02.368Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T07:49:02.375Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:49:02.388Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T07:49:02.388Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T07:49:02.399Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:49:02.603Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:49:02.603Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:49:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[199], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-07:49:02:843-56947], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:49:02.604Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:49:02.604Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:49:02.604Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:49:02.613Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:49:02.613Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T07:49:02.613Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T07:49:02.613Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:02.613Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:02.613Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162542613,
  "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-30T07:49:02.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:02.638Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162542613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T07:49:02.639Z||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-30T07:49:03.645Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:49:03.645Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:49:03.645Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:03.646Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:03.646Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:03.646Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:49:04.646Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:04.647Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:04.647Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:04.647Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:05.648Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:49:05.648Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:49:05.648Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T07:49:05.648Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T07:49:05.648Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:49:05.686Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:49:05.686Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:49:05.686Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:49:05.687Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:49:05.687Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:49:05.687Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:49:06.008Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:49:06.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T07:49:06.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:49:06.010Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T07:49:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:49:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:06.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162546010,
  "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-30T07:49:07.011Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:49:07.012Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:49:07.012Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T07:49:07.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.013Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.109Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP634064853939842176/Definitions/service-BasicNetwork-template.yml
2023-03-30T07:49:07.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:49:07.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:49:07.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T07:49:07.525Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:07.526Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:07.527Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T07:49:07.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T07:49:07.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:49:07.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T07:49:07.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:49:07.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:07.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:07.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162547570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:08.570Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T07:49:08.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T07:49:08.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:49:08.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:08.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:08.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162548570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:09.571Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:49:09.597Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:49:09.600Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:49:09.600Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:49:09.600Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:49:09.600Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:49:09.601Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:09.601Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:09.601Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:09.601Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:09.601Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:49:09.614Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:49:39.615Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:49:39.626Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T07:49:39.626Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T07:49:39.627Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T07:49:39.632Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:49:39.648Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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-30T07:49:39.649Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T07:49:39.655Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:49:39.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:49:39.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:49:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[348392], x-aai-txid=[2-aai-resources-230330-07:49:40:100-36748], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:49:39.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:49:39.811Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:49:39.811Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:49:39.818Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:49:39.819Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:49:39.819Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:49:39.819Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:39.819Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:39.820Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162579819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:49:40.850Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:49:40.851Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:49:40.851Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:40.851Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:40.852Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:40.852Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:41.853Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:41.853Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:41.853Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:41.853Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:42.854Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:42.855Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:42.855Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:42.855Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:43.856Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:43.856Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:43.856Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:43.856Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:44.857Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:44.857Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:44.858Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:44.858Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:45.858Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:45.859Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:45.859Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:45.859Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:46.860Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:46.861Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:46.861Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:46.861Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:47.861Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:49:47.862Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:47.862Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:47.862Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:48.863Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:49:48.864Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:49:48.864Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T07:49:48.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:49:48.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:49:48.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:49:48.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:49:48.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:49:48.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:48.914Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:49:48.915Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:49.145Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:49:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T07:49:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:49:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:49:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:49.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:49.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162589148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:50.149Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:49:50.150Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:49:50.150Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.151Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.151Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.151Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.227Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8892257908270417624/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T07:49:50.849Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:49:50.849Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:49:50.849Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:49:50.850Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:49:50.851Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T07:49:50.898Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T07:49:50.898Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:49:50.898Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T07:49:50.898Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:49:50.898Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:50.898Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:50.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162590898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:49:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162546010,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162547570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162548570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162579819,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:49:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:49:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:49:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162589148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:49:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:49:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162590898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T07:49:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:49:51.899Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T07:49:51.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T07:49:51.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:49:51.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:49:51.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:49:51.900Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162591899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:49:52.902Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:49:52.926Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:49:52.931Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:49:52.931Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:49:52.931Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:49:52.931Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:49:52.931Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:52.931Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:52.932Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:52.932Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:49:52.932Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:49:52.946Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:50:22.947Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:50:22.956Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T07:50:22.957Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T07:50:22.957Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T07:50:22.964Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:50:22.983Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T07:50:22.984Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T07:50:22.991Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:50:23.134Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T07:50:23.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:50:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[172088], x-aai-txid=[0-aai-resources-230330-07:50:23:436-55598], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:50:23.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:50:23.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:50:23.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:50:23.147Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:50:23.147Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:50:23.147Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:50:23.147Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:23.147Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:23.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162623147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:50:24.175Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:50:24.175Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:50:24.176Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:50:24.176Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:24.176Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:24.176Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:50:25.177Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:50:25.177Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:25.177Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:25.178Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:50:26.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:50:26.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:26.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:26.179Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:50:27.180Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:50:27.180Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:27.180Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:27.180Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:50:28.181Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:50:28.181Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:28.182Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:28.182Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:50:29.183Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:50:29.183Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:29.183Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:29.184Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:50:30.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:50:30.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:30.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:30.185Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:50:31.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:50:31.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:50:31.186Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T07:50:31.187Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:50:31.187Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:50:31.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:50:31.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:50:31.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:50:31.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:50:31.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:50:31.225Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:50:31.500Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:50:31.502Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T07:50:31.503Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:50:31.503Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T07:50:31.503Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:50:31.503Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:31.503Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:31.503Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162631503,
  "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-30T07:50:32.505Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:50:32.505Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:50:32.505Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:32.506Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T07:50:32.506Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:32.506Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:32.606Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14101473912614984206/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-30T07:50:33.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:50:33.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:50:33.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:50:33.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:50:33.642Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.643Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T07:50:33.644Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:50:33.645Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T07:50:33.693Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T07:50:33.693Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:50:33.693Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T07:50:33.693Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:50:33.693Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:33.693Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:33.693Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162633693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:50:34.694Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T07:50:34.694Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T07:50:34.695Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:50:34.695Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:50:34.695Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:50:34.695Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162634694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:50:35.696Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:50:35.721Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:50:35.726Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:50:35.739Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:50:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:50:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:50:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162591899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T07:50:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:05.740Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:51:05.752Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T07:51:05.752Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T07:51:05.753Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T07:51:05.757Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:51:05.773Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T07:51:05.774Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a24bd2cf-fecf-45a4-a7a5-6fcca18fbd1b], X-ECOMP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], X-TransactionId=[], X-ONAP-RequestID=[3ab4d690-520b-4be5-8ad2-21ccec0d4f37], Content-Type=[application/merge-patch+json]}
2023-03-30T07:51:05.785Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:51:05.944Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:51:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[241840], x-aai-txid=[0-aai-resources-230330-07:51:06:230-78554], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:51:05.945Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:51:05.946Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:51:05.946Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:51:05.946Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:51:05.956Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:51:05.956Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:51:05.956Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:51:05.957Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:05.957Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:05.957Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162665956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:51:06.986Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:51:06.986Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:51:06.986Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:06.987Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:06.987Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:06.987Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:07.987Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:07.988Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:07.988Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:07.988Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:08.988Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:08.989Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:08.989Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:08.989Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:09.989Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:09.990Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:09.990Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:09.990Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:10.990Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:10.991Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:10.991Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:10.991Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:11.992Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:11.992Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:11.992Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:11.992Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:12.993Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:12.993Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:12.993Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:12.994Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:13.994Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:13.995Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:13.995Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:13.995Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:14.996Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:51:14.996Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:51:14.996Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T07:51:14.997Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:51:14.997Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:51:15.045Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:51:15.046Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:51:15.046Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:51:15.046Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:15.047Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:51:15.047Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:15.344Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:51:15.346Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T07:51:15.347Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:51:15.347Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:15.347Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:51:15.348Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:15.348Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:15.348Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162675347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:16.349Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:51:16.350Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:51:16.350Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:16.351Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:16.351Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:16.351Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:16.438Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP486083490993082374/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T07:51:17.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:51:17.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:51:17.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:51:17.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.049Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:51:17.050Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:51:17.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:51:17.052Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:51:17.053Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T07:51:17.053Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:51:17.053Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:51:17.053Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:51:17.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:51:17.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:51:17.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:51:17.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:51:17.054Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:51:17.055Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:51:17.055Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:51:17.055Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:51:17.055Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:51:17.055Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T07:51:17.094Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T07:51:17.094Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:51:17.094Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T07:51:17.094Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:51:17.095Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:17.095Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:17.095Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162677094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:18.096Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T07:51:18.097Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T07:51:18.097Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:51:18.097Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:18.097Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:18.097Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162678096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:19.099Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:51:19.123Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:51:19.128Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:51:19.129Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:51:19.129Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:51:19.129Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:51:19.129Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:51:19.129Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:51:19.130Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:51:19.130Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:51:19.130Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:51:19.143Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:51:49.144Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:51:49.157Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T07:51:49.157Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T07:51:49.158Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T07:51:49.164Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:51:49.185Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T07:51:49.185Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T07:51:49.194Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:51:49.350Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T07:51:49.351Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:51:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[245976], x-aai-txid=[0-aai-resources-230330-07:51:49:639-51988], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:51:49.351Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:51:49.352Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:51:49.352Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:51:49.360Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:51:49.361Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:51:49.361Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:51:49.361Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:49.361Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:49.361Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162709361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:51:50.391Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:51:50.391Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:51:50.391Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:50.392Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:50.392Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:50.392Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:51.393Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:51.393Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:51.393Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:51.393Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162623147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:51:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:51:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162631503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:51:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162633693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T07:51:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:51:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162634694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T07:51:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:51:52.394Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:52.395Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:52.395Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:52.395Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:53.396Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:53.396Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:53.396Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:53.396Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:54.398Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:54.398Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:54.398Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:54.398Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:55.399Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:55.399Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:55.399Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:55.399Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:56.401Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:56.401Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:56.401Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:56.401Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:57.402Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:51:57.402Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:57.402Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:57.402Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:58.403Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:51:58.403Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:51:58.403Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T07:51:58.404Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:51:58.404Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:51:58.444Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:51:58.444Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:51:58.444Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:51:58.444Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:51:58.444Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:51:58.445Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:51:58.937Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:51:58.941Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T07:51:58.942Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:51:58.942Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:51:58.942Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:51:58.942Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:51:58.942Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:51:58.942Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162718942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:51:59.943Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:51:59.944Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:51:59.944Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:51:59.944Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:51:59.945Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:51:59.945Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.045Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5008579879532819298/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T07:52:00.648Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T07:52:00.649Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:00.650Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T07:52:00.681Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T07:52:00.682Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:52:00.682Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T07:52:00.682Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:52:00.682Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:00.682Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:00.682Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162720682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:52:01.683Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T07:52:01.684Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T07:52:01.684Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:52:01.684Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:01.684Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:01.684Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162721683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:52:02.685Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:52:02.712Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:02.717Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:52:02.733Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:52:32.734Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:52:32.746Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T07:52:32.747Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T07:52:32.747Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T07:52:32.753Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:52:32.774Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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-30T07:52:32.774Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T07:52:32.785Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:52:32.937Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T07:52:32.937Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:52:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[217144], x-aai-txid=[1-aai-resources-230330-07:52:33:230-36942], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:52:32.937Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:52:32.937Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:52:32.937Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:52:32.943Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:52:32.943Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:52:32.943Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:52:32.944Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:32.944Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:32.944Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162752943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:52:33.975Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:52:33.976Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:52:33.976Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:33.976Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:33.976Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:33.976Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:34.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:34.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:34.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:34.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:35.979Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:35.980Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:35.980Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:35.980Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:36.981Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:36.982Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:36.982Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:36.982Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:37.983Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:37.984Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:37.984Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:37.984Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:38.986Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:38.986Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:38.986Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:38.986Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:39.988Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:39.988Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:39.988Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:39.988Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:40.989Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:40.989Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:40.990Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:40.990Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:41.990Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:41.991Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:41.991Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:41.991Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:52:42.992Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:52:42.992Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:42.992Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:42.992Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:52:43.993Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:52:43.994Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:52:43.994Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T07:52:43.994Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:52:43.995Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:52:44.046Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:52:44.047Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:52:44.047Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:52:44.047Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:44.047Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:52:44.048Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:44.335Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:52:44.340Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T07:52:44.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:52:44.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:44.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:52:44.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:44.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:44.341Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162764341,
  "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-30T07:52:45.342Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:52:45.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:52:45.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:45.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T07:52:45.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:45.343Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:45.417Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12071133722228183769/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T07:52:46.359Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:52:46.359Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:52:46.359Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:46.359Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T07:52:46.359Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:46.360Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.361Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T07:52:46.362Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:52:46.363Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T07:52:46.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T07:52:46.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:52:46.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T07:52:46.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:52:46.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:46.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:46.403Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162766403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:52:47.404Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:52:47.404Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T07:52:47.404Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:52:47.404Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:52:47.405Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:52:47.405Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162767404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:52:48.406Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:52:48.426Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:52:48.431Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:52:48.444Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:52:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:52:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162665956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162675347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162677094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162678096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162709361,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:52:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:52:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:52:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:18.444Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:53:18.456Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T07:53:18.457Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T07:53:18.457Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T07:53:18.462Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:53:18.481Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T07:53:18.481Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3d9dcaa-6929-431c-bf4f-555a220ed847], X-ECOMP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-TransactionId=[], X-ONAP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], Content-Type=[application/merge-patch+json]}
2023-03-30T07:53:18.489Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:53:18.642Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:53:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[499840], x-aai-txid=[2-aai-resources-230330-07:53:18:935-86708], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:53:18.642Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:53:18.643Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T07:53:18.643Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:53:18.644Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:53:18.653Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:53:18.654Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:53:18.654Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:53:18.654Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:18.654Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:18.654Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162798654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:53:19.684Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:53:19.685Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:53:19.685Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:19.686Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:19.686Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:19.686Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:53:20.687Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:20.687Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:20.687Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:20.687Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:53:21.688Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:21.688Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:21.688Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:21.688Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:53:22.689Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:22.689Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:22.690Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:22.690Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:53:23.690Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:23.691Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:23.691Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:23.691Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:53:24.692Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:24.692Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:24.692Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:24.693Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:53:25.696Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:25.696Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:25.696Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:25.697Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:53:26.697Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:53:26.698Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:26.698Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:26.698Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:53:27.699Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:53:27.699Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:53:27.699Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T07:53:27.700Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:53:27.700Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:53:27.751Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:53:27.751Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:53:27.751Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:53:27.751Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:53:27.752Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:53:27.752Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:53:28.016Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T07:53:28.018Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T07:53:28.018Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T07:53:28.019Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T07:53:28.019Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T07:53:28.019Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:28.019Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:28.019Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162808018,
  "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-30T07:53:29.020Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:53:29.022Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:53:29.022Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.023Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.024Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.024Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.117Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18443007192537175955/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-30T07:53:29.989Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T07:53:29.989Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:53:29.989Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.989Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T07:53:29.989Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.989Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.989Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.990Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T07:53:29.991Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T07:53:29.992Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T07:53:29.993Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T07:53:30.048Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T07:53:30.048Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:53:30.048Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T07:53:30.048Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:53:30.048Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:30.048Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:30.048Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162810048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:53:31.049Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T07:53:31.049Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T07:53:31.050Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:53:31.050Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:53:31.050Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:53:31.050Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162811049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:53:32.050Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:53:32.078Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:53:32.083Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:53:32.084Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:53:32.084Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:53:32.084Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:53:32.084Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:53:32.085Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:53:32.085Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:53:32.085Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:53:32.085Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:53:32.099Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:53:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:53:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162718942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162720682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162721683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162752943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162764341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162766403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
}
2023-03-30T07:53:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:53:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:53:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162767404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
}
2023-03-30T07:53:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:02.100Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:54:02.113Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T07:54:02.113Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T07:54:02.114Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T07:54:02.121Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:54:02.136Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T07:54:02.137Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4fd3712-db8e-4fc3-bc67-33df9c2ef8e6], X-ECOMP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], X-TransactionId=[], X-ONAP-RequestID=[a2197a1f-626f-47f5-9db6-843c7a8e6bbd], Content-Type=[application/merge-patch+json]}
2023-03-30T07:54:02.144Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T07:54:02.291Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:54:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[237704], x-aai-txid=[0-aai-resources-230330-07:54:02:587-61769], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:54:02.292Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:54:02.293Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T07:54:02.293Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:54:02.293Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:54:02.297Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:54:02.297Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T07:54:02.298Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:54:02.298Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:02.298Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:02.298Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162842297,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:54:03.328Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:54:03.329Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:54:03.329Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:03.329Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:03.329Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:03.329Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:04.330Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:04.331Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:04.331Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:04.331Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:05.332Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:05.332Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:05.332Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:05.332Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:06.333Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:06.334Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:06.334Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:06.334Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:07.335Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:07.336Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:07.336Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:07.336Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:08.338Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:08.338Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:08.338Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:08.339Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:09.340Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:09.341Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:09.341Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:09.341Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:10.342Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:10.343Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:10.343Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:10.343Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:11.345Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:11.346Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:11.346Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:11.347Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:54:12.348Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:54:12.348Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:54:12.348Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T07:54:12.349Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:54:12.349Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:54:12.392Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:54:12.393Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:54:12.393Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:54:12.393Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:54:12.393Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:54:12.394Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:54:12.413Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:54:12.414Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@573bd01f
2023-03-30T07:54:12.414Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:54:12.414Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:54:12.414Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:54:12.414Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:54:12.414Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:54:12.415Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:54:12.415Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:12.415Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:12.415Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162852414,
  "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-30T07:54:13.416Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T07:54:13.428Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:54:13.428Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:54:13.431Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:54:13.431Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T07:54:13.431Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:54:13.432Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:54:13.432Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T07:54:13.436Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:54:13.464Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:54:13.467Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T07:54:13.467Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T07:54:13.468Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:54:13.468Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:54:13.468Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:54:13.468Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:13.468Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:13.468Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162853468,
  "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-30T07:54:14.469Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:54:14.496Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:54:14.500Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:54:14.501Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T07:54:14.519Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:54:44.520Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:54:44.529Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T07:54:44.529Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T07:54:44.530Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T07:54:44.535Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:54:44.554Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T07:54:44.554Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef25dbd4-0fc3-4ce6-910f-66b86f3673b4], X-ECOMP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], X-TransactionId=[], X-ONAP-RequestID=[c5820888-2e77-44cb-9887-f8f240a29e32], Content-Type=[application/merge-patch+json]}
2023-03-30T07:54:44.561Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:54:44.725Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:54:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[249912], x-aai-txid=[2-aai-resources-230330-07:54:45:006-15760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:54:44.726Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:54:44.727Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T07:54:44.727Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:54:44.727Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:54:44.738Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:54:44.738Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:54:44.738Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:54:44.738Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:44.738Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:44.738Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162884738,
  "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-30T07:54:45.769Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:54:45.770Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"411bf4f8-a316-4e99-9770-c527c1d8a3a2","serviceDescription":"service","serviceInvariantUUID":"3a69bb5a-f31f-4c86-a717-308e828948e4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e080e8fb-a127-4bec-8cd8-45b94d16bcfa","resourceInvariantUUID":"3449fd69-07ea-4cdc-ae5b-c3ebf74c6441","resourceCustomizationUUID":"eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6","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":"YzgyYzIwMzlhYjcyYTliMTE5MWM4ODkyZmMxNzRlZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55433347-eae3-4b90-b004-46f1285afd5e","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":"fa9db23e-bc67-4b55-8061-7e543c6038ed","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":"175281e7-e206-4387-bece-d9fc9216fee7","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":"MmYwN2FhMTNjNGNhZDViZTQ5MTBlOTg5M2FhMzIwOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10489b04-3ea7-486b-941c-684a2f218350","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":"fa147a9a-e887-4527-afdd-37563121abf8","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":"324a2d5c-5f7c-4cd0-a72e-a0182f31ff7f","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":"d7538772-9501-4df8-b429-cb247c76c5f2","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":"YWM4NzRlMzgzNzk0MzQ0ZjY3MjZlMDMzNjk0MGU5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0b9db04-a1d8-4a54-8616-227f6ff45703","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03cb642f-258f-4854-a0bf-54868faa0cea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:54:45.770Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:45.770Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:45.770Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:45.770Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:46.771Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:46.771Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:46.771Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:46.771Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:47.772Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:47.772Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:47.772Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:47.772Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:48.773Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:48.773Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:48.773Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:48.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:49.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:49.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:49.775Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:49.775Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:50.776Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:50.776Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:50.776Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:50.776Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:54:51.761Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: cached metadata has changed from (version119: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version120: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-30T07:54:51.777Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:51.776Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:51.777Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:54:51.777Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:51.777Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:51.777Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:51.782Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:54:51.782Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T07:54:51.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:54:51.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:51.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:51.805Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:51.805Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:51.805Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:51.805Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1924, 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-30T07:54:51.806Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:51.806Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:54:52.778Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:52.778Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:52.778Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:52.778Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:54:52.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162798654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:54:52.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:54:52.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T07:54:52.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162808018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162810048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
}
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162811049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
}
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162842297,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.829Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.829Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162852414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162853468,
  "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-30T07:54:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162884738,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.831Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.832Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:54:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:54:53.779Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:54:53.779Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:53.779Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:53.779Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:54:54.780Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "411bf4f8-a316-4e99-9770-c527c1d8a3a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a69bb5a-f31f-4c86-a717-308e828948e4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e080e8fb-a127-4bec-8cd8-45b94d16bcfa",
      "resourceInvariantUUID": "3449fd69-07ea-4cdc-ae5b-c3ebf74c6441",
      "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": "YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03cb642f-258f-4854-a0bf-54868faa0cea"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:54:54.780Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:54:54.780Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC
2023-03-30T07:54:54.780Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:411bf4f8-a316-4e99-9770-c527c1d8a3a2
ServiceInvariantUUID:3a69bb5a-f31f-4c86-a717-308e828948e4
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:03cb642f-258f-4854-a0bf-54868faa0cea
ArtifactChecksum:YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6
ResourceInvariantUUID:3449fd69-07ea-4cdc-ae5b-c3ebf74c6441
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e080e8fb-a127-4bec-8cd8-45b94d16bcfa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:54:54.780Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:54:54.822Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:54:54.823Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:54:54.823Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:54:54.823Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03cb642f-258f-4854-a0bf-54868faa0cea from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:54:54.823Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:54:54.823Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:54:54.844Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:54:54.844Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b9fc0af
2023-03-30T07:54:54.844Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 03cb642f-258f-4854-a0bf-54868faa0cea Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:54.845Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162894845,
  "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-30T07:54:55.846Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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:03cb642f-258f-4854-a0bf-54868faa0cea)
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-30T07:54:55.862Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:54:55.862Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:54:55.867Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:54:55.867Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
2023-03-30T07:54:55.867Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:54:55.867Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:54:55.867Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e080e8fb-a127-4bec-8cd8-45b94d16bcfa 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-30T07:54:55.873Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:54:55.904Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:54:55.909Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e080e8fb-a127-4bec-8cd8-45b94d16bcfa 0 ASDC deployResourceStructure
2023-03-30T07:54:55.909Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T07:54:55.909Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:54:55.910Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:54:55.910Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:54:55.910Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:54:55.910Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:54:55.910Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162895909,
  "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-30T07:54:56.911Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:54:56.938Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:54:56.942Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T07:54:56.957Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:55:26.957Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:55:26.970Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and serviceModelVersionId: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T07:55:26.970Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a69bb5a-f31f-4c86-a717-308e828948e4
2023-03-30T07:55:26.971Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0
2023-03-30T07:55:26.979Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:55:27.005Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||Invoke
2023-03-30T07:55:27.005Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4dbd2d5-d896-448c-b000-61039a379424], X-ECOMP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-TransactionId=[], X-ONAP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], Content-Type=[application/merge-patch+json]}
2023-03-30T07:55:27.014Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:55:27.163Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?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/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:55:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[467176], x-aai-txid=[1-aai-resources-230330-07:55:27:461-86049], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:55:27.164Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:55:27.165Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||InvokeReturn
2023-03-30T07:55:27.165Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:55:27.165Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:55:27.172Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:55:27.172Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:55:27.173Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:55:27.173Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:27.173Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:27.173Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162927172,
  "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-30T07:55:28.204Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:55:28.205Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4b7b3ba4-89a3-4661-b416-08071f9eceb9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b2b5470-d513-4e8c-bb33-a8dc7f153488","serviceDescription":"service","serviceInvariantUUID":"b72888ba-77d6-494f-9991-2bdb049a190d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"104a00a4-67d4-4a10-96ab-2a1e9714bd51","resourceInvariantUUID":"9d477f1d-ff05-4a27-9fc3-6425e064b2c8","resourceCustomizationUUID":"2a37ba03-fe73-4f3e-a06c-a2d375039ee7","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":"MGY2Mzc1NWE1MGNiZWExMTE0ZWM0YWI4NzdhN2MxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"923e844b-5e0b-418d-a2b3-3c8c4347dbee","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":"b0f71e80-441e-44ce-8158-a18b4d8bb0d0","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":"b6b220d8-3139-4851-a39d-35667938adda","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":"MGI5MjM1NjU4YTJjYTJiNDc4NmNjYzNjYjc1NDgyMTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bea570c-3601-4ffb-8f48-bef9db9276d9","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":"70661be2-65f7-49cf-b146-466f757bf3f4","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":"c5b0025b-6bd0-449c-8310-6dd5a5114673","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":"7a3de850-7119-42fa-a220-15ef37020fdb","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":"NmY2ZDNkMTUwYjg3OTEzNjFhMjlkZjkxZDRmOTA4ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ac47ff7-8a38-43d6-a381-e32367048817","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"533aa473-1294-4989-81fe-46b0e109d5a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:55:28.205Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:28.206Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:28.206Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:28.206Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:29.207Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:29.207Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:29.207Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:29.208Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:30.208Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:30.209Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:30.209Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:30.209Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:31.209Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:31.210Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:31.210Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:31.210Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:32.211Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:32.211Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:32.211Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:32.212Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:33.212Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:33.212Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:33.212Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:33.213Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:34.213Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:34.214Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:34.214Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:34.214Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:35.215Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:35.215Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:35.215Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:35.216Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "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-30T07:55:36.216Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:55:36.217Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:36.217Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:36.217Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:55:37.218Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b2b5470-d513-4e8c-bb33-a8dc7f153488",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72888ba-77d6-494f-9991-2bdb049a190d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a37ba03-fe73-4f3e-a06c-a2d375039ee7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "104a00a4-67d4-4a10-96ab-2a1e9714bd51",
      "resourceInvariantUUID": "9d477f1d-ff05-4a27-9fc3-6425e064b2c8",
      "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": "ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "533aa473-1294-4989-81fe-46b0e109d5a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:55:37.218Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:55:37.218Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC
2023-03-30T07:55:37.218Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4b7b3ba4-89a3-4661-b416-08071f9eceb9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b2b5470-d513-4e8c-bb33-a8dc7f153488
ServiceInvariantUUID:b72888ba-77d6-494f-9991-2bdb049a190d
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:533aa473-1294-4989-81fe-46b0e109d5a2
ArtifactChecksum:ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a37ba03-fe73-4f3e-a06c-a2d375039ee7
ResourceInvariantUUID:9d477f1d-ff05-4a27-9fc3-6425e064b2c8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:104a00a4-67d4-4a10-96ab-2a1e9714bd51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T07:55:37.218Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:55:37.259Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:55:37.260Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:55:37.260Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:55:37.260Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 533aa473-1294-4989-81fe-46b0e109d5a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:55:37.261Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:55:37.261Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T07:55:37.281Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:55:37.281Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26e9f351
2023-03-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 533aa473-1294-4989-81fe-46b0e109d5a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:37.282Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162937282,
  "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-30T07:55:38.283Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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:533aa473-1294-4989-81fe-46b0e109d5a2)
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-30T07:55:38.286Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:55:38.286Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:55:38.288Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T07:55:38.288Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
2023-03-30T07:55:38.288Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:55:38.288Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:55:38.288Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 104a00a4-67d4-4a10-96ab-2a1e9714bd51 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-30T07:55:38.290Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:55:38.321Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:55:38.323Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 104a00a4-67d4-4a10-96ab-2a1e9714bd51 0 ASDC deployResourceStructure
2023-03-30T07:55:38.323Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T07:55:38.323Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:55:38.324Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:55:38.324Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T07:55:38.324Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:55:38.324Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:55:38.324Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162938323,
  "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-30T07:55:39.325Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:55:39.355Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:55:39.359Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T07:55:39.360Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T07:55:39.375Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T07:55:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:55:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:55:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162894845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162895909,
  "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-30T07:55:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162927172,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162190216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162937282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:55:51.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:55:51.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162938323,
  "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-30T07:55:51.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:56:09.376Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T07:56:09.387Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and serviceModelVersionId: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T07:56:09.388Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72888ba-77d6-494f-9991-2bdb049a190d
2023-03-30T07:56:09.389Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0
2023-03-30T07:56:09.396Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T07:56:09.414Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?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-30T07:56:09.414Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||Invoke
2023-03-30T07:56:09.424Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T07:56:09.580Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||InvokeReturn
2023-03-30T07:56:09.580Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 07:56:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[258256], x-aai-txid=[2-aai-resources-230330-07:56:09:868-83434], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T07:56:09.580Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T07:56:09.580Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T07:56:09.581Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T07:56:09.588Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T07:56:09.588Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T07:56:09.588Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T07:56:09.588Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:09.588Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:09.588Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162969588,
  "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-30T07:56:10.618Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T07:56:10.618Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T07:56:10.620Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 0 disconnected.
2023-03-30T07:56:10.620Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 2 disconnected.
2023-03-30T07:56:10.620Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:56:10.621Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:56:10.621Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:56:10.621Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:56:10.623Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:56:10.626Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1110c8a4-b6e0-49aa-afbe-8a935864eaf0
2023-03-30T07:56:10.627Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:56:10.627Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T07:56:13.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:16.184Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:19.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:22.204Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:25.215Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:28.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:31.232Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:34.242Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:37.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:40.260Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:43.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:46.279Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:49.288Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T07:56:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:51.776Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:51.776Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T07:56:51.782Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1110c8a4-b6e0-49aa-afbe-8a935864eaf0', protocol='range'}
2023-03-30T07:56:51.782Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:56:51.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:56:51.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:56:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:56:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:56:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:56:51.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T07:56:51.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1110c8a4-b6e0-49aa-afbe-8a935864eaf0=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-30T07:56:51.806Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1110c8a4-b6e0-49aa-afbe-8a935864eaf0', protocol='range'}
2023-03-30T07:56:51.806Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:56:51.806Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T07:56:51.806Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T07:56:51.807Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:51.807Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:56:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:56:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:56:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T07:56:51.812Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T07:56:51.812Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T07:56:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1972, 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-30T07:56:51.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:51.813Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T07:56:52.411Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T07:56:52.412Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T07:56:52.414Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:56:52.414Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:52.414Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:52.415Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:56:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162969588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T07:56:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:56:52.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:56:52.830Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:56:52.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:56:53.416Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:56:53.416Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:53.416Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:53.416Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:54.417Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:56:54.418Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:54.418Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:54.418Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:55.419Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:56:55.420Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:55.420Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:55.420Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:56.422Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:56:56.422Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:56.422Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:56.422Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:57.423Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:56:57.424Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:57.424Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:57.424Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:58.425Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T07:56:58.425Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:58.425Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:58.425Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:56:59.427Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T07:56:59.428Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T07:56:59.428Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T07:56:59.429Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T07:56:59.429Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T07:56:59.470Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T07:56:59.471Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:56:59.471Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T07:56:59.471Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:56:59.471Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:56:59.471Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T07:56:59.502Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:56:59.502Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@750a5e79
2023-03-30T07:56:59.502Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:56:59.503Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:56:59.503Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:56:59.503Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T07:56:59.503Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T07:56:59.503Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:56:59.503Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:56:59.503Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:56:59.504Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163019503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:57:00.505Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T07:57:00.511Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T07:57:00.512Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T07:57:00.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T07:57:00.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T07:57:00.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:57:00.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T07:57:00.514Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T07:57:00.532Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T07:57:00.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f7df494
2023-03-30T07:57:00.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T07:57:00.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T07:57:00.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T07:57:00.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T07:57:00.533Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T07:57:00.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T07:57:00.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T07:57:00.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T07:57:00.534Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163020533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:57:01.535Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T07:57:01.535Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:57:01.560Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:57:01.563Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:57:01.563Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:57:31.563Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:57:31.583Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:57:31.588Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:57:31.588Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:57:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:57:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T07:57:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:57:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163019503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:57:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:57:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T07:57:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163020533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T07:57:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T07:58:01.588Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:58:01.612Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:58:01.616Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:58:01.617Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:58:31.617Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:58:31.641Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:58:31.646Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:58:31.647Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:58:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T07:59:01.647Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:59:01.673Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:59:01.678Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:59:01.678Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:59:31.679Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:59:31.700Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T07:59:31.704Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T07:59:31.705Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T07:59:51.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:00:01.705Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:00:01.729Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:00:01.733Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:00:01.733Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:00:31.734Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:00:31.756Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:00:31.761Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:00:31.762Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:00:51.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:01:01.762Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:01:01.786Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:01:01.792Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:01:01.792Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:01:31.792Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:01:31.815Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:01:31.819Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:01:31.819Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:01:51.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:01:52.428Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:01:52.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-1110c8a4-b6e0-49aa-afbe-8a935864eaf0 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-30T08:01:52.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T08:01:52.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T08:01:55.200Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:01:55.213Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:01:55.213Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T08:01:55.219Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:01:55.220Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T08:01:55.234Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:01:55.235Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:01:55.235Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:01:55.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:01:55.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:01:55.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:01:55.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1982, 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-30T08:01:55.240Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:01:55.240Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:02:01.819Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T08:02:01.820Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:02:01.827Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T08:02:01.827Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T08:02:01.827Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T08:02:01.830Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:02:01.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T08:02:01.842Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5c29fe1-d499-487b-aa5c-006c8bda64c8], X-ECOMP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], X-TransactionId=[], X-ONAP-RequestID=[ef1a062f-f5ae-4d29-8cad-cb6e363ec892], Content-Type=[application/merge-patch+json]}
2023-03-30T08:02:01.848Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T08:02:01.994Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:02:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[200912], x-aai-txid=[1-aai-resources-230330-08:02:02:293-99499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:02:01.994Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:02:01.994Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T08:02:01.994Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:02:01.994Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:02:01.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:02:01.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T08:02:01.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T08:02:01.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:01.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:01.998Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163321998,
  "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-30T08:02:02.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:02.020Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163321998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T08:02:02.020Z||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-30T08:02:03.021Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:02:03.021Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:02:03.021Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:03.021Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:03.021Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:03.021Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:02:04.022Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:04.022Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:04.022Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:04.023Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:05.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:02:05.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:02:05.024Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T08:02:05.024Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T08:02:05.025Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:02:05.070Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:02:05.071Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:02:05.071Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:02:05.071Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T08:02:05.071Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:02:05.071Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T08:02:05.685Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:02:05.687Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T08:02:05.687Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T08:02:05.687Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T08:02:05.688Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:02:05.688Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:05.688Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:05.688Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163325687,
  "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-30T08:02:06.688Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:02:06.689Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:02:06.689Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:06.690Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T08:02:06.690Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:06.691Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:06.763Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10370385139453509573/Definitions/service-BasicNetwork-template.yml
2023-03-30T08:02:07.204Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:07.205Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:07.206Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T08:02:07.248Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T08:02:07.248Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T08:02:07.249Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T08:02:07.249Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:02:07.249Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:07.249Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:07.249Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163327248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:08.250Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T08:02:08.250Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T08:02:08.250Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:02:08.250Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:08.251Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:08.251Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163328250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:09.251Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:02:09.278Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:02:09.282Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:09.283Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:02:09.299Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:02:39.300Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:02:39.313Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T08:02:39.313Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T08:02:39.314Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T08:02:39.320Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:02:39.338Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T08:02:39.338Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fad15b79-ddbf-4c7d-92c1-a053b155bcc8], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T08:02:39.347Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:02:39.496Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:02:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[348392], x-aai-txid=[2-aai-resources-230330-08:02:39:791-73454], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:02:39.497Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:02:39.498Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T08:02:39.498Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:02:39.498Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:02:39.506Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:02:39.506Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:02:39.506Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:02:39.507Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:39.507Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:39.507Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163359506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:02:40.535Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:02:40.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:02:40.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:40.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:40.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:40.536Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:41.537Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:41.537Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:41.537Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:41.538Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:42.538Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:42.539Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:42.539Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:42.539Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:43.539Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:43.540Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:43.540Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:43.540Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:44.541Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:44.542Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:44.542Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:44.542Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:45.543Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:45.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:45.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:45.544Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:46.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:46.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:46.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:46.545Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:47.546Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:02:47.546Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:47.546Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:47.546Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:48.547Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:02:48.547Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:02:48.547Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T08:02:48.547Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:02:48.547Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:02:48.589Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:02:48.589Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:02:48.589Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:02:48.589Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:48.589Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:02:48.590Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:48.817Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:02:48.818Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T08:02:48.818Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T08:02:48.818Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:48.818Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:02:48.818Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:48.818Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:48.819Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163368818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:49.819Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:02:49.820Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:02:49.820Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:49.820Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:49.821Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:49.821Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:49.897Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6504133571575858923/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:50.458Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:02:50.459Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T08:02:50.499Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T08:02:50.499Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T08:02:50.499Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T08:02:50.499Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:02:50.499Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:50.500Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:50.500Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163370499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:51.501Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T08:02:51.501Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T08:02:51.501Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:02:51.501Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:02:51.501Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:02:51.502Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163371500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163325687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163327248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163328250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163359506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163368818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163370499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163371500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T08:02:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:02:52.503Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:02:52.524Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:02:52.528Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:02:52.528Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:02:52.528Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:02:52.528Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:02:52.528Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:52.529Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:52.529Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:52.529Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:02:52.529Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:02:52.540Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:03:22.541Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:03:22.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T08:03:22.549Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T08:03:22.550Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T08:03:22.556Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:03:22.575Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T08:03:22.575Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6f566ee-69ef-4f13-b55a-cb9b92d4e80b], X-ECOMP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], X-TransactionId=[], X-ONAP-RequestID=[5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2], Content-Type=[application/merge-patch+json]}
2023-03-30T08:03:22.579Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:03:22.725Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:03:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[172088], x-aai-txid=[0-aai-resources-230330-08:03:23:025-60237], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:03:22.726Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:03:22.726Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T08:03:22.726Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:03:22.726Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:03:22.732Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:03:22.733Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:03:22.733Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:03:22.733Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:22.733Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:22.733Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163402733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:03:23.760Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:03:23.760Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:03:23.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:03:23.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:23.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:23.761Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:03:24.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:03:24.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:24.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:24.762Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:03:25.763Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:03:25.764Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:25.764Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:25.764Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:03:26.765Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:03:26.766Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:26.766Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:26.766Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:03:27.767Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:03:27.768Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:27.768Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:27.768Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:03:28.769Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:03:28.769Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:28.769Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:28.769Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:03:29.770Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:03:29.770Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:29.770Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:29.770Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:03:30.771Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:03:30.771Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:03:30.771Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T08:03:30.771Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T08:03:30.771Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:03:30.813Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:03:30.813Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:03:30.813Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:03:30.813Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T08:03:30.813Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:03:30.814Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T08:03:31.117Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:03:31.118Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T08:03:31.118Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T08:03:31.118Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T08:03:31.119Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:03:31.119Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:31.119Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:31.119Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163411118,
  "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-30T08:03:32.119Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:03:32.120Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:03:32.121Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:32.121Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T08:03:32.122Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:32.122Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:32.234Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4735878889872645291/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-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.143Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:03:33.144Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T08:03:33.145Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.146Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:03:33.147Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.147Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:03:33.147Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:03:33.147Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:03:33.147Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T08:03:33.190Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T08:03:33.190Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T08:03:33.191Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T08:03:33.191Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:03:33.191Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:33.191Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:33.191Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163413190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:03:34.192Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T08:03:34.193Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T08:03:34.193Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:03:34.193Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:03:34.193Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:03:34.193Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163414192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:03:35.194Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:03:35.218Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:03:35.223Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:03:35.223Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:03:35.223Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:03:35.223Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:03:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:03:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:03:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:03:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:03:35.224Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:03:35.238Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:03:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:03:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163402733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:03:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163411118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163413190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163414192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T08:03:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:05.239Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:04:05.250Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T08:04:05.250Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T08:04:05.250Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T08:04:05.256Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:04:05.273Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T08:04:05.274Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T08:04:05.281Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:04:05.508Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T08:04:05.509Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:04:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[223], vertex-id=[241840], x-aai-txid=[2-aai-resources-230330-08:04:05:726-89212], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:04:05.509Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:04:05.509Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:04:05.509Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:04:05.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:04:05.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:04:05.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:04:05.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:05.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:05.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163445518,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:04:06.547Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:04:06.547Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:04:06.548Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:06.548Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:06.548Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:06.548Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:07.549Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:07.550Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:07.550Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:07.550Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:08.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:08.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:08.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:08.551Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:09.553Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:09.553Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:09.553Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:09.553Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:10.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:10.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:10.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:10.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:11.561Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:11.561Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:11.561Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:11.561Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:12.563Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:12.563Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:12.563Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:12.563Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:13.564Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:13.564Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:13.565Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:13.565Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:14.567Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:04:14.567Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:04:14.567Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T08:04:14.567Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:04:14.568Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:04:14.621Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:04:14.621Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:04:14.621Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:04:14.622Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:14.622Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:04:14.622Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:14.888Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:04:14.890Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T08:04:14.891Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T08:04:14.891Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:14.891Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:04:14.891Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:14.891Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:14.891Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163454890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:15.892Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:04:15.893Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:04:15.893Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:15.894Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:15.894Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:15.894Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.045Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2847390388844432493/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T08:04:16.592Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:04:16.592Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:04:16.592Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.592Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T08:04:16.593Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:16.594Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:16.595Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:16.595Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:16.595Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:16.595Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:16.595Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:16.595Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T08:04:16.637Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T08:04:16.637Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T08:04:16.637Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T08:04:16.637Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:04:16.637Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:16.637Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:16.637Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163456637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:17.638Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T08:04:17.639Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T08:04:17.639Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:04:17.639Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:17.639Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:17.640Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163457638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:18.640Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:04:18.668Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:04:18.673Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:04:18.688Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:04:48.689Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:04:48.700Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T08:04:48.701Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T08:04:48.701Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T08:04:48.708Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:04:48.724Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T08:04:48.725Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T08:04:48.732Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:04:48.878Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T08:04:48.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:04:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[245976], x-aai-txid=[0-aai-resources-230330-08:04:49:177-33433], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:04:48.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:04:48.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:04:48.879Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:04:48.888Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:04:48.888Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:04:48.889Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:04:48.889Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:48.889Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:48.889Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163488889,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:04:49.920Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:04:49.921Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:04:49.921Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:49.921Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:49.922Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:49.922Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:50.922Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:50.923Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:50.923Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:50.923Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:51.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163445518,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:04:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.767Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.769Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163454890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163456637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T08:04:51.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163457638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163488889,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-30T08:04:51.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:04:51.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:04:51.924Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:51.924Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:51.924Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:51.924Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:52.925Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:52.926Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:52.926Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:52.926Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:53.926Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:53.927Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:53.928Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:53.928Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:54.929Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:54.929Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:54.929Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:54.930Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:55.930Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:55.931Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:55.931Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:55.931Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:56.932Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:04:56.933Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:56.933Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:56.933Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:57.934Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:04:57.935Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:04:57.935Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T08:04:57.935Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:04:57.935Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:04:57.977Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:04:57.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:04:57.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:04:57.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:57.978Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:04:57.979Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:58.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:04:58.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T08:04:58.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T08:04:58.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:58.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:04:58.208Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:58.208Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:58.208Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163498207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:04:59.210Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:04:59.211Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:04:59.211Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.211Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.212Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.212Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.296Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3231258555982541367/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:59.854Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:04:59.855Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T08:04:59.908Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T08:04:59.908Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T08:04:59.908Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T08:04:59.908Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:04:59.908Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:04:59.908Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:04:59.908Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163499908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:05:00.909Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T08:05:00.909Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T08:05:00.909Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:05:00.909Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:00.910Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:00.910Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163500909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:05:01.910Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:05:01.934Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:05:01.938Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:01.939Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:05:01.956Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:05:31.957Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:05:31.966Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T08:05:31.966Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T08:05:31.967Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T08:05:31.973Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:05:31.998Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T08:05:31.999Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[284964dd-571a-4916-89cd-84793753e85f], X-ECOMP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-TransactionId=[], X-ONAP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], Content-Type=[application/merge-patch+json]}
2023-03-30T08:05:32.009Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:05:32.154Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:05:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[217144], x-aai-txid=[0-aai-resources-230330-08:05:32:454-22705], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:05:32.155Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:05:32.155Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T08:05:32.155Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:05:32.156Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:05:32.164Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:05:32.164Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:05:32.165Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:05:32.165Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:32.165Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:32.165Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163532164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:05:33.197Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:05:33.197Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:05:33.198Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:33.198Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:33.198Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:33.198Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:34.199Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:34.199Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:34.199Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:34.199Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:35.200Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:35.201Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:35.201Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:35.201Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:36.201Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:36.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:36.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:36.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:37.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:37.202Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:37.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:37.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:38.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:38.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:38.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:38.203Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:39.204Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:39.204Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:39.204Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:39.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:40.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:40.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:40.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:40.205Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:41.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:41.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:41.206Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:41.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:05:42.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:05:42.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:42.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:42.207Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:05:43.208Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:05:43.208Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:05:43.208Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T08:05:43.209Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T08:05:43.209Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:05:43.251Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:05:43.252Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:05:43.252Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:05:43.253Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:43.253Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:05:43.253Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:43.538Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:05:43.541Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T08:05:43.542Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:05:43.542Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:43.542Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:05:43.542Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:43.542Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:43.542Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163543542,
  "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-30T08:05:44.543Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:05:44.544Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:05:44.544Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:44.545Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T08:05:44.545Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:44.546Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:44.673Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1393873012945168915/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T08:05:45.565Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:05:45.565Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:05:45.565Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:45.565Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T08:05:45.566Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.567Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:05:45.568Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T08:05:45.605Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T08:05:45.605Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:05:45.606Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T08:05:45.606Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:05:45.606Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:45.606Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:45.606Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163545605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:05:46.607Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:05:46.607Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T08:05:46.607Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:05:46.607Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:05:46.607Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:05:46.607Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163546607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:05:47.609Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:05:47.631Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:47.635Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:05:47.636Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:05:47.648Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:05:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:05:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:05:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:05:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:17.649Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:06:17.662Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T08:06:17.662Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T08:06:17.663Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T08:06:17.670Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:06:17.692Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T08:06:17.693Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4539e0f4-fb85-43b9-a41c-05a67c2bbbfa], X-ECOMP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], X-TransactionId=[], X-ONAP-RequestID=[0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f], Content-Type=[application/merge-patch+json]}
2023-03-30T08:06:17.699Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:06:17.843Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:06:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[499840], x-aai-txid=[0-aai-resources-230330-08:06:18:144-83054], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:06:17.843Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:06:17.844Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T08:06:17.844Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:06:17.844Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:06:17.852Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:06:17.852Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:06:17.852Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:06:17.852Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:17.852Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:17.852Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163577852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:06:18.880Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:06:18.880Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:06:18.880Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:18.880Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:18.880Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:18.880Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:06:19.882Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:19.882Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:19.882Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:19.882Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:06:20.883Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:20.884Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:20.884Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:20.884Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:06:21.885Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:21.886Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:21.886Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:21.886Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:06:22.887Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:22.888Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:22.888Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:22.888Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:06:23.889Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:23.890Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:23.890Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:23.890Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:06:24.891Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:24.892Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:24.892Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:24.892Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:06:25.893Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:06:25.893Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:25.893Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:25.893Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:06:26.896Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:06:26.896Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:06:26.896Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T08:06:26.897Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T08:06:26.897Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:06:26.942Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:06:26.942Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:06:26.942Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:06:26.943Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T08:06:26.943Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:06:26.943Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T08:06:27.249Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:06:27.251Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T08:06:27.251Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:06:27.251Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T08:06:27.251Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:06:27.251Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:27.252Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:27.252Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163587251,
  "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-30T08:06:28.252Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:06:28.253Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:06:28.253Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:28.253Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T08:06:28.254Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:28.254Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:28.351Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5475893186790482773/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-30T08:06:29.237Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.238Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:06:29.239Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:06:29.239Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.239Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:06:29.239Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:06:29.239Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:06:29.239Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:06:29.239Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.240Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T08:06:29.241Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:06:29.242Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.243Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:06:29.243Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.243Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:06:29.243Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:06:29.243Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:06:29.243Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T08:06:29.287Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T08:06:29.287Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T08:06:29.287Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T08:06:29.287Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:06:29.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:29.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:29.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163589287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:06:30.288Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T08:06:30.289Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T08:06:30.289Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:06:30.289Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:06:30.289Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:06:30.289Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163590288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:06:31.290Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:06:31.317Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:06:31.323Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:06:31.323Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:06:31.323Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:06:31.324Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:06:31.324Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:06:31.324Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:06:31.324Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:06:31.324Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:06:31.324Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:06:31.340Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:06:51.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:06:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163498207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163499908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
}
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163500909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
}
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163532164,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163543542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:06:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163545605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
}
2023-03-30T08:06:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:06:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:06:51.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163546607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
}
2023-03-30T08:06:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:01.340Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:07:01.349Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd and serviceModelVersionId: 0174774a-7491-4b03-8460-a9ce1581bc87
2023-03-30T08:07:01.349Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a599039-ed94-488b-bb38-7fae01908da5
2023-03-30T08:07:01.350Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0
2023-03-30T08:07:01.357Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:07:01.373Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?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-30T08:07:01.374Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||Invoke
2023-03-30T08:07:01.379Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:07:01.646Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0|INFO|500||InvokeReturn
2023-03-30T08:07:01.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a599039-ed94-488b-bb38-7fae01908da5/model-vers/model-ver/0174774a-7491-4b03-8460-a9ce1581bc87?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:07:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[263], vertex-id=[237704], x-aai-txid=[1-aai-resources-230330-08:07:01:824-63171], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:07:01.647Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:07:01.648Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:07:01.648Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:07:01.656Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:07:01.656Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2197a1f-626f-47f5-9db6-843c7a8e6bbd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:07:01.657Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:07:01.657Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:01.657Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:01.657Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163621657,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:07:02.683Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:07:02.684Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c5820888-2e77-44cb-9887-f8f240a29e32","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a7af4774-85b0-43ad-8596-446549d4ede5","serviceDescription":"service","serviceInvariantUUID":"1f2ea9b3-4904-4d0f-a730-9c3d01f4feab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f70bc52-82d7-4d62-b3c3-a8c25db85b61","resourceInvariantUUID":"c6cd9532-e60f-476d-8ba8-d74d350147bf","resourceCustomizationUUID":"1494b604-bb25-4fef-831b-55b756e6c3bd","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":"N2FjYjZhNTE4NjQyNWNhZDNiODI2MDkzOTM2NzhiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff694f1a-73a2-4476-8d13-fed9144e27df","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":"8e65eb4a-c191-4cc4-869a-46125126273d","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":"b2a9be77-290e-4446-bc3d-e94fcc0c03dc","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":"MDkxYmQ4NjBhMzEwMTgwMDE0Mzk3ZTJhMjE0ZDM5YzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10ccf8c-1c46-4be2-b065-b89295aba146","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":"87760676-5f03-4149-b457-01e4c22806c3","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":"f3117211-f932-4454-a727-943b020ff5ec","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":"7c18e9ce-81c6-49dd-a7fb-6a9fb41f6c01","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":"ZTAxYjdiYzUwMTVjMmRmNjYyZDNlZmJjZGNmNzRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18fe554-e81b-4ebe-8c2c-1fad7b820f01","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaee1c4-e593-4051-820d-0fd9a78b56e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:07:02.684Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:02.684Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:02.684Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:02.684Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:03.685Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:03.685Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:03.685Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:03.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:04.686Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:04.687Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:04.687Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:04.687Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:05.688Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:05.689Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:05.689Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:05.690Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:06.691Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:06.691Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:06.691Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:06.691Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:07.692Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:07.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:07.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:07.693Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:08.694Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:08.695Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:08.695Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:08.695Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:09.696Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:09.697Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:09.697Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:09.697Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:10.698Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:10.698Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:10.698Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:10.698Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:07:11.699Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7af4774-85b0-43ad-8596-446549d4ede5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f2ea9b3-4904-4d0f-a730-9c3d01f4feab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1494b604-bb25-4fef-831b-55b756e6c3bd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f70bc52-82d7-4d62-b3c3-a8c25db85b61",
      "resourceInvariantUUID": "c6cd9532-e60f-476d-8ba8-d74d350147bf",
      "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": "ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaee1c4-e593-4051-820d-0fd9a78b56e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:07:11.699Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:07:11.700Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7af4774-85b0-43ad-8596-446549d4ede5 ASDC
2023-03-30T08:07:11.700Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5820888-2e77-44cb-9887-f8f240a29e32
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a7af4774-85b0-43ad-8596-446549d4ede5
ServiceInvariantUUID:1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
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:5aaee1c4-e593-4051-820d-0fd9a78b56e0
ArtifactChecksum:ZDc5MWE0NGRjMGU0NTZkNDBkYmE5YWZlNmRmZThjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1494b604-bb25-4fef-831b-55b756e6c3bd
ResourceInvariantUUID:c6cd9532-e60f-476d-8ba8-d74d350147bf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f70bc52-82d7-4d62-b3c3-a8c25db85b61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:07:11.700Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7af4774-85b0-43ad-8596-446549d4ede5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:07:11.746Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:07:11.746Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:07:11.747Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:07:11.747Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaee1c4-e593-4051-820d-0fd9a78b56e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T08:07:11.747Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:07:11.747Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T08:07:11.773Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T08:07:11.773Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@386c2d54
2023-03-30T08:07:11.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T08:07:11.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T08:07:11.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5aaee1c4-e593-4051-820d-0fd9a78b56e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T08:07:11.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T08:07:11.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T08:07:11.774Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T08:07:11.775Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:11.775Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:11.775Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163631774,
  "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-30T08:07:12.776Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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:5aaee1c4-e593-4051-820d-0fd9a78b56e0)
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-30T08:07:12.786Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T08:07:12.786Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T08:07:12.791Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T08:07:12.791Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f70bc52-82d7-4d62-b3c3-a8c25db85b61
2023-03-30T08:07:12.792Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T08:07:12.792Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T08:07:12.792Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 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-30T08:07:12.797Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T08:07:12.826Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T08:07:12.830Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5f70bc52-82d7-4d62-b3c3-a8c25db85b61 0 ASDC deployResourceStructure
2023-03-30T08:07:12.831Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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$$562f1e70.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-30T08:07:12.832Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T08:07:12.832Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T08:07:12.832Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:07:12.832Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:12.832Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:12.832Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163632832,
  "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-30T08:07:13.833Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:07:13.856Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:07:13.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:07:13.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:07:13.861Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:07:13.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:07:13.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:07:13.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:07:13.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:07:13.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T08:07:13.862Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||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-30T08:07:13.879Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:07:43.879Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5820888-2e77-44cb-9887-f8f240a29e32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:07:43.891Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5820888-2e77-44cb-9887-f8f240a29e32 and serviceModelVersionId: a7af4774-85b0-43ad-8596-446549d4ede5
2023-03-30T08:07:43.891Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f2ea9b3-4904-4d0f-a730-9c3d01f4feab
2023-03-30T08:07:43.892Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0
2023-03-30T08:07:43.897Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:07:43.909Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?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-30T08:07:43.910Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||Invoke
2023-03-30T08:07:43.916Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T08:07:44.067Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0|INFO|500||InvokeReturn
2023-03-30T08:07:44.067Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f2ea9b3-4904-4d0f-a730-9c3d01f4feab/model-vers/model-ver/a7af4774-85b0-43ad-8596-446549d4ede5?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:07:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[249912], x-aai-txid=[0-aai-resources-230330-08:07:44:362-14116], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:07:44.067Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:07:44.068Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:07:44.068Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:07:44.076Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:07:44.076Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5820888-2e77-44cb-9887-f8f240a29e32 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T08:07:44.076Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:07:44.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:44.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:44.077Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163664076,
  "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-30T08:07:45.106Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:07:45.106Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"411bf4f8-a316-4e99-9770-c527c1d8a3a2","serviceDescription":"service","serviceInvariantUUID":"3a69bb5a-f31f-4c86-a717-308e828948e4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e080e8fb-a127-4bec-8cd8-45b94d16bcfa","resourceInvariantUUID":"3449fd69-07ea-4cdc-ae5b-c3ebf74c6441","resourceCustomizationUUID":"eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6","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":"YzgyYzIwMzlhYjcyYTliMTE5MWM4ODkyZmMxNzRlZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55433347-eae3-4b90-b004-46f1285afd5e","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":"fa9db23e-bc67-4b55-8061-7e543c6038ed","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":"175281e7-e206-4387-bece-d9fc9216fee7","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":"MmYwN2FhMTNjNGNhZDViZTQ5MTBlOTg5M2FhMzIwOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10489b04-3ea7-486b-941c-684a2f218350","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":"fa147a9a-e887-4527-afdd-37563121abf8","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":"324a2d5c-5f7c-4cd0-a72e-a0182f31ff7f","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":"d7538772-9501-4df8-b429-cb247c76c5f2","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":"YWM4NzRlMzgzNzk0MzQ0ZjY3MjZlMDMzNjk0MGU5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0b9db04-a1d8-4a54-8616-227f6ff45703","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03cb642f-258f-4854-a0bf-54868faa0cea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:07:45.106Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:45.106Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:45.107Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:45.107Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:46.107Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:46.108Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:46.108Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:46.108Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:47.108Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:47.109Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:47.109Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:47.109Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:48.109Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:48.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:48.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:48.110Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:49.111Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:49.111Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:49.111Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:49.112Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:50.112Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:50.113Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:50.114Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:50.114Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:51.114Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:51.115Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:51.115Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:51.115Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:07:51.761Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: cached metadata has changed from (version122: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version123: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-30T08:07:51.777Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:51.778Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T08:07:51.783Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:07:51.783Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T08:07:51.801Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:07:51.801Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:51.801Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:51.806Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:51.806Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:51.806Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:51.806Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2049, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T08:07:51.806Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:51.806Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:07:52.116Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:52.116Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:52.116Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:52.117Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:07:52.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.824Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163577852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:07:52.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.825Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163587251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:07:52.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163589287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
}
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163590288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
}
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163621657,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:07:52.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163631774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163632832,
  "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-30T08:07:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c5820888-2e77-44cb-9887-f8f240a29e32",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163664076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.831Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:52.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:07:52.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:07:52.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:07:53.117Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:07:53.117Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:53.118Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:53.118Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:07:54.118Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "411bf4f8-a316-4e99-9770-c527c1d8a3a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a69bb5a-f31f-4c86-a717-308e828948e4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e080e8fb-a127-4bec-8cd8-45b94d16bcfa",
      "resourceInvariantUUID": "3449fd69-07ea-4cdc-ae5b-c3ebf74c6441",
      "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": "YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03cb642f-258f-4854-a0bf-54868faa0cea"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:07:54.119Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:07:54.119Z|c5820888-2e77-44cb-9887-f8f240a29e32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC
2023-03-30T08:07:54.119Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:411bf4f8-a316-4e99-9770-c527c1d8a3a2
ServiceInvariantUUID:3a69bb5a-f31f-4c86-a717-308e828948e4
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:03cb642f-258f-4854-a0bf-54868faa0cea
ArtifactChecksum:YTFlNjFhNWMwNGJmNWQzNDMyNzI1OWFmMDBhNjIxODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:eeeb7bd1-3a6e-4de2-9762-ae7f45dd1df6
ResourceInvariantUUID:3449fd69-07ea-4cdc-ae5b-c3ebf74c6441
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e080e8fb-a127-4bec-8cd8-45b94d16bcfa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:07:54.119Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 411bf4f8-a316-4e99-9770-c527c1d8a3a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:07:54.164Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:07:54.164Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:07:54.165Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:07:54.165Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03cb642f-258f-4854-a0bf-54868faa0cea from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T08:07:54.165Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:07:54.165Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T08:07:54.184Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T08:07:54.185Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7450243e
2023-03-30T08:07:54.185Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T08:07:54.185Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T08:07:54.185Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 03cb642f-258f-4854-a0bf-54868faa0cea Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T08:07:54.186Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T08:07:54.186Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T08:07:54.186Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T08:07:54.186Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:54.186Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:54.186Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163674186,
  "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-30T08:07:55.187Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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:03cb642f-258f-4854-a0bf-54868faa0cea)
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-30T08:07:55.199Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T08:07:55.199Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T08:07:55.203Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T08:07:55.204Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e080e8fb-a127-4bec-8cd8-45b94d16bcfa
2023-03-30T08:07:55.204Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T08:07:55.204Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T08:07:55.205Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e080e8fb-a127-4bec-8cd8-45b94d16bcfa 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-30T08:07:55.219Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T08:07:55.247Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T08:07:55.251Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf e080e8fb-a127-4bec-8cd8-45b94d16bcfa 0 ASDC deployResourceStructure
2023-03-30T08:07:55.251Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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$$562f1e70.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-30T08:07:55.251Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T08:07:55.251Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T08:07:55.251Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:07:55.251Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:07:55.251Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:07:55.252Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163675251,
  "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-30T08:07:56.252Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:07:56.275Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:07:56.278Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:07:56.279Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:07:56.279Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:07:56.279Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:07:56.279Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:07:56.279Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:07:56.279Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T08:07:56.279Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||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-30T08:07:56.292Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:08:26.292Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:08:26.304Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and serviceModelVersionId: 411bf4f8-a316-4e99-9770-c527c1d8a3a2
2023-03-30T08:08:26.304Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a69bb5a-f31f-4c86-a717-308e828948e4
2023-03-30T08:08:26.304Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0
2023-03-30T08:08:26.311Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:08:26.344Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||Invoke
2023-03-30T08:08:26.345Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31077187-33f3-4f01-9005-4d51013e693c], X-ECOMP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], X-TransactionId=[], X-ONAP-RequestID=[a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748], Content-Type=[application/merge-patch+json]}
2023-03-30T08:08:26.356Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T08:08:26.509Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?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/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:08:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[467176], x-aai-txid=[0-aai-resources-230330-08:08:26:801-71508], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:08:26.510Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:08:26.511Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a69bb5a-f31f-4c86-a717-308e828948e4/model-vers/model-ver/411bf4f8-a316-4e99-9770-c527c1d8a3a2?depth=0|INFO|500||InvokeReturn
2023-03-30T08:08:26.511Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:08:26.511Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:08:26.519Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:08:26.520Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T08:08:26.520Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:08:26.520Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:26.520Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:26.520Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163706520,
  "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-30T08:08:27.550Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:08:27.550Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"4b7b3ba4-89a3-4661-b416-08071f9eceb9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3b2b5470-d513-4e8c-bb33-a8dc7f153488","serviceDescription":"service","serviceInvariantUUID":"b72888ba-77d6-494f-9991-2bdb049a190d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"104a00a4-67d4-4a10-96ab-2a1e9714bd51","resourceInvariantUUID":"9d477f1d-ff05-4a27-9fc3-6425e064b2c8","resourceCustomizationUUID":"2a37ba03-fe73-4f3e-a06c-a2d375039ee7","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":"MGY2Mzc1NWE1MGNiZWExMTE0ZWM0YWI4NzdhN2MxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"923e844b-5e0b-418d-a2b3-3c8c4347dbee","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":"b0f71e80-441e-44ce-8158-a18b4d8bb0d0","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":"b6b220d8-3139-4851-a39d-35667938adda","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":"MGI5MjM1NjU4YTJjYTJiNDc4NmNjYzNjYjc1NDgyMTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bea570c-3601-4ffb-8f48-bef9db9276d9","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":"70661be2-65f7-49cf-b146-466f757bf3f4","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":"c5b0025b-6bd0-449c-8310-6dd5a5114673","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":"7a3de850-7119-42fa-a220-15ef37020fdb","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":"NmY2ZDNkMTUwYjg3OTEzNjFhMjlkZjkxZDRmOTA4ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ac47ff7-8a38-43d6-a381-e32367048817","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"533aa473-1294-4989-81fe-46b0e109d5a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:08:27.550Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:27.551Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:27.551Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:27.551Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:28.552Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:28.552Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:28.552Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:28.553Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:29.553Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:29.554Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:29.554Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:29.554Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:30.555Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:30.555Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:30.555Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:30.555Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:31.556Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:31.556Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:31.557Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:31.557Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:32.558Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:32.558Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:32.558Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:32.559Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:33.560Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:33.561Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:33.561Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:33.561Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:34.561Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:34.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:34.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:34.562Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "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-30T08:08:35.563Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:08:35.563Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:35.564Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:35.564Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:08:36.565Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b2b5470-d513-4e8c-bb33-a8dc7f153488",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b72888ba-77d6-494f-9991-2bdb049a190d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a37ba03-fe73-4f3e-a06c-a2d375039ee7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "104a00a4-67d4-4a10-96ab-2a1e9714bd51",
      "resourceInvariantUUID": "9d477f1d-ff05-4a27-9fc3-6425e064b2c8",
      "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": "ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "533aa473-1294-4989-81fe-46b0e109d5a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:08:36.565Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:08:36.565Z|a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC
2023-03-30T08:08:36.566Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4b7b3ba4-89a3-4661-b416-08071f9eceb9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3b2b5470-d513-4e8c-bb33-a8dc7f153488
ServiceInvariantUUID:b72888ba-77d6-494f-9991-2bdb049a190d
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:533aa473-1294-4989-81fe-46b0e109d5a2
ArtifactChecksum:ODQ2N2NhM2U5NDRiYWUwZGE2ZTA3MThjNjYyYjc0MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a37ba03-fe73-4f3e-a06c-a2d375039ee7
ResourceInvariantUUID:9d477f1d-ff05-4a27-9fc3-6425e064b2c8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:104a00a4-67d4-4a10-96ab-2a1e9714bd51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:08:36.566Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b2b5470-d513-4e8c-bb33-a8dc7f153488 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:08:36.614Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:08:36.615Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:08:36.615Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:08:36.615Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 533aa473-1294-4989-81fe-46b0e109d5a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T08:08:36.615Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:08:36.615Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-30T08:08:36.634Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T08:08:36.634Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e0a1a4f
2023-03-30T08:08:36.635Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T08:08:36.635Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-30T08:08:36.635Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 533aa473-1294-4989-81fe-46b0e109d5a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T08:08:36.635Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T08:08:36.636Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T08:08:36.636Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T08:08:36.636Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:36.637Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:36.637Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163716635,
  "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-30T08:08:37.638Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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:533aa473-1294-4989-81fe-46b0e109d5a2)
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-30T08:08:37.649Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T08:08:37.649Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T08:08:37.651Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-30T08:08:37.652Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 104a00a4-67d4-4a10-96ab-2a1e9714bd51
2023-03-30T08:08:37.652Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T08:08:37.652Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T08:08:37.652Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 104a00a4-67d4-4a10-96ab-2a1e9714bd51 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-30T08:08:37.656Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T08:08:37.687Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T08:08:37.690Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 104a00a4-67d4-4a10-96ab-2a1e9714bd51 0 ASDC deployResourceStructure
2023-03-30T08:08:37.690Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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$$562f1e70.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-30T08:08:37.690Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T08:08:37.691Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T08:08:37.691Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:08:37.691Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:08:37.691Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:08:37.691Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163717690,
  "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-30T08:08:38.692Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:08:38.718Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:08:38.723Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:08:38.723Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:08:38.723Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:08:38.723Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:08:38.724Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:08:38.724Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:08:38.724Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:08:38.724Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-30T08:08:38.724Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||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-30T08:08:38.739Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:08:51.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:08:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-30T08:08:51.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:08:51.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:08.740Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:09:08.751Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and serviceModelVersionId: 3b2b5470-d513-4e8c-bb33-a8dc7f153488
2023-03-30T08:09:08.751Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72888ba-77d6-494f-9991-2bdb049a190d
2023-03-30T08:09:08.751Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0
2023-03-30T08:09:08.755Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:09:08.769Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?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-30T08:09:08.769Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||Invoke
2023-03-30T08:09:08.776Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T08:09:08.929Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0|INFO|500||InvokeReturn
2023-03-30T08:09:08.930Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b72888ba-77d6-494f-9991-2bdb049a190d/model-vers/model-ver/3b2b5470-d513-4e8c-bb33-a8dc7f153488?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:09:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[258256], x-aai-txid=[1-aai-resources-230330-08:09:09:220-46592], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:09:08.930Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:09:08.931Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:09:08.931Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:09:08.935Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:09:08.936Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b7b3ba4-89a3-4661-b416-08071f9eceb9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-30T08:09:08.936Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:09:08.936Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:08.936Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:08.937Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163748936,
  "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-30T08:09:09.967Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-30T08:09:09.968Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-30T08:09:09.969Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 1 disconnected.
2023-03-30T08:09:09.969Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Cancelled in-flight METADATA request with correlation id 121445 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-30T08:09:09.969Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Node 2 disconnected.
2023-03-30T08:09:09.969Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:09:09.969Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:09:09.970Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:09:09.970Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T08:09:09.974Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-10e11698-4f5d-4ae1-b12d-5b55861acfea
2023-03-30T08:09:09.975Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:09:09.975Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:09:09.975Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] (Re-)joining group
2023-03-30T08:09:10.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:13.168Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:16.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:19.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:22.202Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:25.211Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:28.221Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:31.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:34.240Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:37.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:40.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:43.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:46.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:49.287Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:09:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:51.776Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.777Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T08:09:51.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:09:51.784Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-10e11698-4f5d-4ae1-b12d-5b55861acfea', protocol='range'}
2023-03-30T08:09:51.788Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T08:09:51.788Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T08:09:51.788Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T08:09:51.789Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T08:09:51.789Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T08:09:51.789Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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 j-k116y4QZmI2kwyTansSg
2023-03-30T08:09:51.789Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-10e11698-4f5d-4ae1-b12d-5b55861acfea=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-30T08:09:51.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:09:51.806Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-10e11698-4f5d-4ae1-b12d-5b55861acfea', protocol='range'}
2023-03-30T08:09:51.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.807Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:09:51.807Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:09:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T08:09:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T08:09:51.811Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.811Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.812Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.812Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2083, 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-30T08:09:51.812Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.812Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:09:51.811Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T08:09:51.812Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-30T08:09:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-30T08:09:51.813Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-30T08:09:52.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163674186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163675251,
  "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-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a5adca8f-2ccc-4b4f-9ae5-bb3bb4ca4748",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163706520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680162970618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163716635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163717690,
  "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-30T08:09:52.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4b7b3ba4-89a3-4661-b416-08071f9eceb9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163748936,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-30T08:09:52.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:09:52.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:09:52.914Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"ef1a062f-f5ae-4d29-8cad-cb6e363ec892","serviceName":"basic_onboard_UtNPbN","serviceVersion":"1.0","serviceUUID":"b24b206b-5fd8-4ef7-9778-695c01164a7a","serviceDescription":"service","serviceInvariantUUID":"d4b4fd3e-8ab9-4555-8817-1887e0c32e53","resources":[{"resourceInstanceName":"basic_onboard_UtNPbN 0","resourceName":"basic_onboard_UtNPbN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe162c30-bbe8-40f8-b9e1-a633f4efd0b6","resourceInvariantUUID":"234f0bae-37c6-4589-95e6-cee497093ac3","resourceCustomizationUUID":"971b2665-1cfc-41c9-9501-4d8c3ef27045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5NmI2NjM5MGVkNWQ3MjQ0ZDdiNDRiN2JlMmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8079043e-4dc2-4408-9bf2-69c98277f92b","artifactVersion":"1"},{"artifactName":"basic_onboard_utnpbn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json","artifactChecksum":"NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fb88e4c-2637-4762-b0b8-9c0784563b2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3611fa7f-f95a-418f-aa6e-e32f470f8351","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5661858-5cb2-4008-be9d-aaf31269da7e","artifactVersion":"2","generatedFromUUID":"36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUtnpbn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml","artifactChecksum":"ZmU5MzQ1ZGI3ZGFkNGMyZjE0ZWU2MjBjYzUxNTQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1843c329-1287-4094-9c5d-1ba227189531","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUtnpbn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar","artifactChecksum":"OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79ee2cc8-b050-4413-ba8d-6385a09de04e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:09:52.916Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:09:52.916Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:52.916Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:52.917Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:53.917Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:09:53.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:53.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:53.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:54.918Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:09:54.919Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:54.919Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:54.919Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:55.920Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:09:55.920Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:55.920Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:55.920Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:56.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:09:56.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:56.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:56.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:57.921Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:09:57.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:57.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:57.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:58.922Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:09:58.923Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:09:58.923Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:09:58.923Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:09:59.924Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "serviceName": "basic_onboard_UtNPbN",
  "serviceVersion": "1.0",
  "serviceUUID": "b24b206b-5fd8-4ef7-9778-695c01164a7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4b4fd3e-8ab9-4555-8817-1887e0c32e53",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UtNPbN 0",
      "resourceCustomizationUUID": "971b2665-1cfc-41c9-9501-4d8c3ef27045",
      "resourceName": "basic_onboard_UtNPbN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe162c30-bbe8-40f8-b9e1-a633f4efd0b6",
      "resourceInvariantUUID": "234f0bae-37c6-4589-95e6-cee497093ac3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_utnpbn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
          "artifactChecksum": "NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fb88e4c-2637-4762-b0b8-9c0784563b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
            "generatedFromUUID": "36b64fcc-5208-4ea1-bdec-d688bbfdf7ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5661858-5cb2-4008-be9d-aaf31269da7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUtnpbn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
      "artifactChecksum": "OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79ee2cc8-b050-4413-ba8d-6385a09de04e"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:09:59.924Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:09:59.924Z|4b7b3ba4-89a3-4661-b416-08071f9eceb9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC
2023-03-30T08:09:59.924Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ef1a062f-f5ae-4d29-8cad-cb6e363ec892
ServiceName:basic_onboard_UtNPbN
ServiceVersion:1.0
ServiceUUID:b24b206b-5fd8-4ef7-9778-695c01164a7a
ServiceInvariantUUID:d4b4fd3e-8ab9-4555-8817-1887e0c32e53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUtnpbn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
ArtifactUUID:79ee2cc8-b050-4413-ba8d-6385a09de04e
ArtifactChecksum:OGQ1YzQ2NGZlMjZkYTA3OGI2YzA0NWE4NWU4OTNlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UtNPbN 0
ResourceCustomizationUUID:971b2665-1cfc-41c9-9501-4d8c3ef27045
ResourceInvariantUUID:234f0bae-37c6-4589-95e6-cee497093ac3
ResourceName:basic_onboard_UtNPbN
ResourceType:VF
ResourceUUID:fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_utnpbn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
ArtifactUUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b
ArtifactChecksum:NTNjNTgzMTRlOWVhODIzNmIwMjkxN2M5NTU0ZjhhNzE=
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36b64fcc-5208-4ea1-bdec-d688bbfdf7ce
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
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/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env
ArtifactUUID:e5661858-5cb2-4008-be9d-aaf31269da7e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T08:09:59.924Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b24b206b-5fd8-4ef7-9778-695c01164a7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:09:59.973Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:09:59.973Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:09:59.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:09:59.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79ee2cc8-b050-4413-ba8d-6385a09de04e from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T08:09:59.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:09:59.974Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar
2023-03-30T08:10:00.001Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T08:10:00.002Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@687b5d66
2023-03-30T08:10:00.002Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T08:10:00.002Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T08:10:00.002Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardUtnpbn-csar.csar /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar 79ee2cc8-b050-4413-ba8d-6385a09de04e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T08:10:00.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar ASDC sendASDCNotification
2023-03-30T08:10:00.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(Specified artifact is  not found)
2023-03-30T08:10:00.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T08:10:00.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:10:00.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:10:00.003Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163800003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:10:01.004Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-BasicOnboardUtnpbn-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar(UUID:79ee2cc8-b050-4413-ba8d-6385a09de04e)
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-30T08:10:01.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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-30T08:10:01.012Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-30T08:10:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||basic_onboard_UtNPbN 0
2023-03-30T08:10:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe162c30-bbe8-40f8-b9e1-a633f4efd0b6
2023-03-30T08:10:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fb88e4c-2637-4762-b0b8-9c0784563b2b from URL: /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T08:10:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:10:01.014Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json
2023-03-30T08:10:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-30T08:10:01.038Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1c72e055
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardUtnpbn"
      ]
    }
  }
}
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_utnpbn0_modules.json /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json 7fb88e4c-2637-4762-b0b8-9c0784563b2b Specified artifact is  not found 300 ASDC artifact download fail
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json ASDC sendASDCNotification
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(Specified artifact is  not found)
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:10:01.039Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163801039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:10:02.040Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||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_utnpbn0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json(UUID:7fb88e4c-2637-4762-b0b8-9c0784563b2b)
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-30T08:10:02.041Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:10:02.069Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:10:02.075Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:10:02.075Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:10:32.075Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:10:32.104Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:10:32.110Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:10:32.110Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:10:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:10:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:10:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:10:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:02.110Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:11:02.134Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:11:02.137Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:11:02.138Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:11:32.138Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:11:32.163Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:11:32.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:11:32.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:11:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:11:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T08:11:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-30T08:11:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:11:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:11:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163800003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/artifacts/service-BasicOnboardUtnpbn-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T08:11:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:11:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:11:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163801039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUtnpbn/1.0/resourceInstances/basic_onboard_utnpbn0/artifacts/basic_onboard_utnpbn0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-30T08:11:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:12:02.168Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:12:02.191Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:12:02.195Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:12:02.195Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:12:32.196Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:12:32.212Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:12:32.215Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:12:32.215Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:12:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:13:02.215Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:13:02.230Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:13:02.232Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:13:02.232Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:13:32.233Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:13:32.257Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:13:32.262Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:13:32.263Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:13:51.762Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:14:02.263Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:14:02.277Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:14:02.279Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:14:02.279Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:14:32.279Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:14:32.302Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:14:32.306Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-30T08:14:32.307Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-30T08:14:51.763Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:14:52.913Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, 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-30T08:14:52.913Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Member SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e-10e11698-4f5d-4ae1-b12d-5b55861acfea 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-30T08:14:52.914Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-30T08:14:52.914Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8bd5cb91-5002-4bdb-b30a-6b24b031de2e, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-30T08:14:55.382Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Request joining group due to: group is already rebalancing
2023-03-30T08:14:55.400Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:14:55.400Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] (Re-)joining group
2023-03-30T08:14:55.406Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:14:55.407Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-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-30T08:14:55.424Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03-c7c56840-d60d-4862-b089-8244cb7351cd', protocol='range'}
2023-03-30T08:14:55.424Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:14:55.424Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:14:55.429Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:14:55.429Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:14:55.429Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:14:55.429Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2107, 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-30T08:14:55.430Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:14:55.430Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-219cc955-b097-4745-9b62-bfbd45df0b03, 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-30T08:15:02.307Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-30T08:15:02.307Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:15:02.321Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and serviceModelVersionId: b24b206b-5fd8-4ef7-9778-695c01164a7a
2023-03-30T08:15:02.321Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4b4fd3e-8ab9-4555-8817-1887e0c32e53
2023-03-30T08:15:02.322Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0
2023-03-30T08:15:02.330Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:15:02.348Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?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-30T08:15:02.349Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||Invoke
2023-03-30T08:15:02.359Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-30T08:15:02.673Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0|INFO|500||InvokeReturn
2023-03-30T08:15:02.673Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4b4fd3e-8ab9-4555-8817-1887e0c32e53/model-vers/model-ver/b24b206b-5fd8-4ef7-9778-695c01164a7a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:15:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[308], vertex-id=[200912], x-aai-txid=[2-aai-resources-230330-08:15:02:804-99515], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:15:02.673Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:15:02.673Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:15:02.673Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:15:02.685Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:15:02.686Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef1a062f-f5ae-4d29-8cad-cb6e363ec892 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-30T08:15:02.686Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-30T08:15:02.686Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:02.686Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:02.686Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164102686,
  "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-30T08:15:02.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:02.711Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef1a062f-f5ae-4d29-8cad-cb6e363ec892",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164102686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-30T08:15:02.712Z||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-30T08:15:03.718Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:15:03.718Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5bb214eb-7cef-4fde-b7da-e7a47152fe2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"96ae1d03-3379-419c-b9a8-dd157ad4cac2","serviceDescription":"service","serviceInvariantUUID":"ee50df7d-c36c-4e6c-9eaf-a302fb38ae84","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3e226dc-426e-4d1f-9763-451659127d8e","resourceInvariantUUID":"c557e3b2-5224-4080-b580-f5c4376181ad","resourceCustomizationUUID":"5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3","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":"ZWU2NWJiN2Q5M2RmNGRhZmYwOWVjOWUzNjU3MWQ5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00d9f17-b291-4b13-9132-4f8f05d3e13f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50683eea-99ea-4aa2-be33-5a1e89856eb8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:15:03.719Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:03.719Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:03.719Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:03.719Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:15:04.720Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:04.720Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:04.720Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:04.721Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:05.721Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "96ae1d03-3379-419c-b9a8-dd157ad4cac2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee50df7d-c36c-4e6c-9eaf-a302fb38ae84",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3e226dc-426e-4d1f-9763-451659127d8e",
      "resourceInvariantUUID": "c557e3b2-5224-4080-b580-f5c4376181ad",
      "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": "YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50683eea-99ea-4aa2-be33-5a1e89856eb8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:15:05.722Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:15:05.722Z|ef1a062f-f5ae-4d29-8cad-cb6e363ec892|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC
2023-03-30T08:15:05.722Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5bb214eb-7cef-4fde-b7da-e7a47152fe2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
ServiceInvariantUUID:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
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:50683eea-99ea-4aa2-be33-5a1e89856eb8
ArtifactChecksum:YzI0YjgxODQ1NGJmNzA5ZjEwMWY5M2RlNTQzMmViZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
ResourceInvariantUUID:c557e3b2-5224-4080-b580-f5c4376181ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3e226dc-426e-4d1f-9763-451659127d8e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-30T08:15:05.723Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96ae1d03-3379-419c-b9a8-dd157ad4cac2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:15:05.765Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:15:05.766Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:15:05.766Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:15:05.766Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T08:15:05.766Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:15:05.766Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T08:15:06.039Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:15:06.040Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50683eea-99ea-4aa2-be33-5a1e89856eb8 57805
2023-03-30T08:15:06.041Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T08:15:06.041Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-30T08:15:06.041Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:15:06.041Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:06.041Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:06.041Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164106041,
  "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-30T08:15:07.042Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:15:07.042Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:15:07.043Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.043Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-30T08:15:07.043Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.044Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.119Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5420644157823909708/Definitions/service-BasicNetwork-template.yml
2023-03-30T08:15:07.470Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:15:07.470Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:15:07.470Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.470Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-30T08:15:07.470Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.470Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:07.471Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:07.472Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:07.473Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:96ae1d03-3379-419c-b9a8-dd157ad4cac2
Model Version:NULL
Model InvariantUuid:ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c557e3b2-5224-4080-b580-f5c4376181ad
Model UUID:617bc12a-f189-4871-bd0f-74699d89932b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5f284faa-6a1a-4ed5-bff8-38c81cfc4ca3
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-30T08:15:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists
2023-03-30T08:15:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T08:15:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists)
2023-03-30T08:15:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:15:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:07.516Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:08.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-30T08:15:08.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists)
2023-03-30T08:15:08.517Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:15:08.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:08.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:08.518Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164108517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:09.519Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:15:09.546Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:15:09.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:15:09.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:15:09.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:15:09.551Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:15:09.552Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:09.552Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:09.552Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:09.552Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:09.552Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:15:09.566Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:15:39.567Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:15:39.578Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and serviceModelVersionId: 96ae1d03-3379-419c-b9a8-dd157ad4cac2
2023-03-30T08:15:39.578Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee50df7d-c36c-4e6c-9eaf-a302fb38ae84
2023-03-30T08:15:39.579Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0
2023-03-30T08:15:39.587Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:15:39.613Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||Invoke
2023-03-30T08:15:39.614Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c0a1a2f-783a-4991-ae59-0256303cf3be], X-ECOMP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], X-TransactionId=[], X-ONAP-RequestID=[5bb214eb-7cef-4fde-b7da-e7a47152fe2d], Content-Type=[application/merge-patch+json]}
2023-03-30T08:15:39.622Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:15:39.770Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?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/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:15:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[348392], x-aai-txid=[2-aai-resources-230330-08:15:40:066-67739], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:15:39.770Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:15:39.771Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee50df7d-c36c-4e6c-9eaf-a302fb38ae84/model-vers/model-ver/96ae1d03-3379-419c-b9a8-dd157ad4cac2?depth=0|INFO|500||InvokeReturn
2023-03-30T08:15:39.771Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:15:39.771Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:15:39.777Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:15:39.777Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb214eb-7cef-4fde-b7da-e7a47152fe2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:15:39.777Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:15:39.777Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:39.778Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:39.778Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164139777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:15:40.809Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:15:40.809Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2","serviceName":"Demo_pNF_r82Q4YMkVsaQ6V8UaWsK","serviceVersion":"1.0","serviceUUID":"7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"56454897-326c-49e2-9369-7f1c5e93c89d","resources":[{"resourceInstanceName":"pNF 101f133c-631c 0","resourceName":"pNF 101f133c-631c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22f206d9-225a-4fd8-a58e-91bb179ec387","resourceInvariantUUID":"1461fc61-d453-49c6-9f2f-d75f73a94db3","resourceCustomizationUUID":"86c95875-e4be-4c90-b332-76e50a6d70c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml","artifactChecksum":"YzdkMDkwMTI4N2ViMmQzYzI5ZmM3NjE5OWEzNTliMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe0c73f9-2164-42bc-838b-14b899cf1483","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb0b2c56-3469-43c5-b702-72d1a3b2d542","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c289ff01-54b4-4c82-8678-defd9616e340","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2NjVhOGQxNzhhODc3ZDQ2NzhmNTEyMTAyMTkwNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08533da0-648f-4de5-8f50-cb37e9edba96","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7461d892-32ac-4449-92a1-3cc48de24b63","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3539c9c5-6f01-4215-9194-bc0721f7dd3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml","artifactChecksum":"MmIyNGY4MGFiZDU4YmNjNmQyMjdkYzZhOWM0M2ZjMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6b43956-bed5-4443-a37d-e863bcaf046b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar","artifactChecksum":"YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff46f5f3-f09d-4441-8ccd-b92e4ef834a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:15:40.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:40.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:40.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:40.810Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:41.811Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:41.811Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:41.812Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:41.812Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:42.812Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:42.813Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:42.813Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:42.814Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:43.814Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:43.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:43.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:43.815Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:44.816Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:44.817Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:44.817Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:44.817Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:45.819Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:45.820Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:45.820Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:45.820Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:46.821Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:46.822Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:46.823Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:46.823Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:47.824Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:15:47.824Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:47.824Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:47.824Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:48.825Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "serviceName": "Demo_pNF_r82Q4YMkVsaQ6V8UaWsK",
  "serviceVersion": "1.0",
  "serviceUUID": "7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56454897-326c-49e2-9369-7f1c5e93c89d",
  "resources": [
    {
      "resourceInstanceName": "pNF 101f133c-631c 0",
      "resourceCustomizationUUID": "86c95875-e4be-4c90-b332-76e50a6d70c5",
      "resourceName": "pNF 101f133c-631c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22f206d9-225a-4fd8-a58e-91bb179ec387",
      "resourceInvariantUUID": "1461fc61-d453-49c6-9f2f-d75f73a94db3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
      "artifactChecksum": "YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff46f5f3-f09d-4441-8ccd-b92e4ef834a3"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:15:48.826Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:15:48.826Z|5bb214eb-7cef-4fde-b7da-e7a47152fe2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC
2023-03-30T08:15:48.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
ServiceName:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
ServiceVersion:1.0
ServiceUUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
ServiceInvariantUUID:56454897-326c-49e2-9369-7f1c5e93c89d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
ArtifactUUID:ff46f5f3-f09d-4441-8ccd-b92e4ef834a3
ArtifactChecksum:YmU1YjZhN2Q1ZTMyM2FiYTM3MGJhN2Y3N2M5NThiYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 101f133c-631c 0
ResourceCustomizationUUID:86c95875-e4be-4c90-b332-76e50a6d70c5
ResourceInvariantUUID:1461fc61-d453-49c6-9f2f-d75f73a94db3
ResourceName:pNF 101f133c-631c
ResourceType:PNF
ResourceUUID:22f206d9-225a-4fd8-a58e-91bb179ec387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:15:48.826Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:15:48.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:15:48.866Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:15:48.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:15:48.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 from URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:48.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:15:48.867Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:49.145Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:15:49.147Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 88032
2023-03-30T08:15:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T08:15:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:15:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:49.148Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164149148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:50.150Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:15:50.150Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:15:50.152Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3, URL: /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar to file: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.152Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.153Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.153Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.240Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2580071577239522090/Definitions/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 101f133c-631c 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-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:50.813Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Node template pNF 101f133c-631c 0 is matching search criteria
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 101f133c-631c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:50.814Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:15:50.815Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_r82Q4YMkVsaQ6V8UaWsK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:15:50.815Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_r82Q4YMkVsaQ6V8UaWsK
Description:catalog service description
Model UUID:7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
Model Version:NULL
Model InvariantUuid:56454897-326c-49e2-9369-7f1c5e93c89d
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-30T08:15:50.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists
2023-03-30T08:15:50.861Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T08:15:50.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists)
2023-03-30T08:15:50.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:15:50.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:50.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:50.862Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164150861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:51.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164106041,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 50683eea-99ea-4aa2-be33-5a1e89856eb8 already exists"
}
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164108517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3e226dc-426e-4d1f-9763-451659127d8e already exists"
}
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5bb214eb-7cef-4fde-b7da-e7a47152fe2d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164139777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/resourceInstances/pnf101f133c631c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:15:51.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.772Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164149148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:15:51.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:15:51.772Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164150861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ff46f5f3-f09d-4441-8ccd-b92e4ef834a3 already exists"
}
2023-03-30T08:15:51.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:15:51.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar ASDC sendASDCNotification
2023-03-30T08:15:51.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar(Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists)
2023-03-30T08:15:51.863Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:15:51.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:15:51.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:15:51.864Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164151863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:15:52.865Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:15:52.892Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:15:52.896Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:15:52.896Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:15:52.896Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:15:52.896Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:15:52.896Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:52.897Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:52.897Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:52.897Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:15:52.897Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:15:52.913Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:16:22.913Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:16:22.923Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and serviceModelVersionId: 7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6
2023-03-30T08:16:22.923Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56454897-326c-49e2-9369-7f1c5e93c89d
2023-03-30T08:16:22.924Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0
2023-03-30T08:16:22.930Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:16:22.955Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?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-30T08:16:22.956Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||Invoke
2023-03-30T08:16:22.965Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:16:23.124Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0|INFO|500||InvokeReturn
2023-03-30T08:16:23.125Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56454897-326c-49e2-9369-7f1c5e93c89d/model-vers/model-ver/7dec87d5-ce4d-4d91-a6be-37d6e5a77ce6?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:16:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[172088], x-aai-txid=[0-aai-resources-230330-08:16:23:410-55606], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:16:23.125Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:16:23.125Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:16:23.126Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:16:23.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:16:23.135Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:16:23.136Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:16:23.136Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:23.136Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:23.136Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164183135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:16:24.166Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:16:24.167Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3ab4d690-520b-4be5-8ad2-21ccec0d4f37","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5ca358-c757-47b5-81a0-8ae88dd01a3a","serviceDescription":"service","serviceInvariantUUID":"a48134d6-945c-47d7-a7ed-56a890c07b3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"506d3ee1-6e78-4800-bb1d-7bb3c84e74d2","resourceInvariantUUID":"d926c543-0a19-482c-9a4c-8ec1bc25735b","resourceCustomizationUUID":"5463e397-5b2e-4d73-bb1b-cd2e13be3a43","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":"NDQ2Y2Q4NjNjZWJhZmNkYjExY2VjZDhkNmY2NjNhYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"508e5457-548f-4d38-b294-35e71c0dd7cd","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":"MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea9ad822-1515-40e6-a251-47eab03e6a4f","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":"e1b4b8a7-b6f1-4030-b483-03527194aea2","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":"e71144e4-40f9-43e8-b9a1-2ba4560c03f1","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":"12017790-9d1a-4588-aa29-47e3f2e577e2","artifactVersion":"2","generatedFromUUID":"e1b4b8a7-b6f1-4030-b483-03527194aea2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTliNTczOTZmZDg1MjU0NjUxMjY3OTY3MDkyNGQwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e987329-f482-471d-8875-121ec842f41e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cddaf09c-7e1a-4659-9963-e3a5ac6612f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:16:24.167Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:16:24.167Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:24.167Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:24.167Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:16:25.168Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:16:25.169Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:25.169Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:25.169Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:16:26.169Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:16:26.170Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:26.170Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:26.170Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:16:27.171Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:16:27.171Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:27.171Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:27.172Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:16:28.173Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:16:28.173Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:28.173Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:28.173Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:16:29.174Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:16:29.175Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:29.175Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:29.175Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:16:30.176Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:16:30.177Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:30.177Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:30.177Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:16:31.178Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ed5ca358-c757-47b5-81a0-8ae88dd01a3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a48134d6-945c-47d7-a7ed-56a890c07b3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5463e397-5b2e-4d73-bb1b-cd2e13be3a43",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "506d3ee1-6e78-4800-bb1d-7bb3c84e74d2",
      "resourceInvariantUUID": "d926c543-0a19-482c-9a4c-8ec1bc25735b",
      "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": "MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea9ad822-1515-40e6-a251-47eab03e6a4f",
          "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": "e1b4b8a7-b6f1-4030-b483-03527194aea2",
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
            "generatedFromUUID": "e1b4b8a7-b6f1-4030-b483-03527194aea2"
          },
          "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": "12017790-9d1a-4588-aa29-47e3f2e577e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cddaf09c-7e1a-4659-9963-e3a5ac6612f6"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:16:31.178Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:16:31.178Z|5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC
2023-03-30T08:16:31.178Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3ab4d690-520b-4be5-8ad2-21ccec0d4f37
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
ServiceInvariantUUID:a48134d6-945c-47d7-a7ed-56a890c07b3f
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:cddaf09c-7e1a-4659-9963-e3a5ac6612f6
ArtifactChecksum:ZWFjYjE5OTZjYTFmZTczZDExZDI1MGUwY2YyMTkzNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
ResourceInvariantUUID:d926c543-0a19-482c-9a4c-8ec1bc25735b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:506d3ee1-6e78-4800-bb1d-7bb3c84e74d2
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:ea9ad822-1515-40e6-a251-47eab03e6a4f
ArtifactChecksum:MjcyZjc2MmZjMzVjNWJlNTVlNDBiZjE5NDJjMTBkYTA=
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:e1b4b8a7-b6f1-4030-b483-03527194aea2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
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:12017790-9d1a-4588-aa29-47e3f2e577e2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T08:16:31.178Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5ca358-c757-47b5-81a0-8ae88dd01a3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:16:31.221Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:16:31.221Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:16:31.221Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:16:31.222Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T08:16:31.222Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:16:31.222Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T08:16:31.513Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:16:31.515Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cddaf09c-7e1a-4659-9963-e3a5ac6612f6 75176
2023-03-30T08:16:31.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T08:16:31.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-30T08:16:31.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:16:31.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:31.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:31.516Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164191515,
  "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-30T08:16:32.517Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:16:32.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:16:32.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:32.518Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-30T08:16:32.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:32.519Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:32.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1245746653996290109/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-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:16:33.558Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.559Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=726a7255-fcb5-460b-9eb0-57672b6b4044
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:16:33.560Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:16:33.561Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:16:33.561Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ed5ca358-c757-47b5-81a0-8ae88dd01a3a
Model Version:NULL
Model InvariantUuid:a48134d6-945c-47d7-a7ed-56a890c07b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bdcd56a-46a6-47ba-a667-4be48caf401c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d926c543-0a19-482c-9a4c-8ec1bc25735b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5463e397-5b2e-4d73-bb1b-cd2e13be3a43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4c7db44-9da9-4a26-b8cc-dd82b92e1872
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:da51a3ec-7a5d-4315-978e-d61081e1a48d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:726a7255-fcb5-460b-9eb0-57672b6b4044
ModelInvariantUuid:8ad0b199-1386-46f4-989d-f6b33415a108
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b7b7fc9-fb50-4d18-b46a-4e50fa2ed8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7a6feb09-fda1-472f-8cc0-a2e517f2b2ee
ModelInvariantUuid:6333d8ef-0a0b-4fec-b7d8-b161ab9a6231
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:31d5d0b9-41b1-4978-bbb0-7ba0221d0cd6
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-30T08:16:33.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists
2023-03-30T08:16:33.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T08:16:33.607Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists)
2023-03-30T08:16:33.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:16:33.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:33.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:33.608Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164193607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:16:34.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-30T08:16:34.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists)
2023-03-30T08:16:34.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:16:34.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:16:34.609Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:16:34.610Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164194609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:16:35.610Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:16:35.635Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:16:35.640Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:16:35.641Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:16:35.654Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:16:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:16:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:16:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164151863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR82q4ymkvsaq6v8uawsk/1.0/artifacts/service-DemoPnfR82q4ymkvsaq6v8uawsk-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 22f206d9-225a-4fd8-a58e-91bb179ec387 already exists"
}
2023-03-30T08:16:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:05.654Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:17:05.665Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and serviceModelVersionId: ed5ca358-c757-47b5-81a0-8ae88dd01a3a
2023-03-30T08:17:05.665Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a48134d6-945c-47d7-a7ed-56a890c07b3f
2023-03-30T08:17:05.665Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0
2023-03-30T08:17:05.670Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:17:05.681Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?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-30T08:17:05.682Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||Invoke
2023-03-30T08:17:05.690Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:17:05.845Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0|INFO|500||InvokeReturn
2023-03-30T08:17:05.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a48134d6-945c-47d7-a7ed-56a890c07b3f/model-vers/model-ver/ed5ca358-c757-47b5-81a0-8ae88dd01a3a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:17:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[241840], x-aai-txid=[1-aai-resources-230330-08:17:06:136-55649], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:17:05.846Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:17:05.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:17:05.847Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:17:05.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:17:05.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab4d690-520b-4be5-8ad2-21ccec0d4f37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:17:05.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:17:05.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:05.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:05.855Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164225855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:17:06.885Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:17:06.886Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"2a42004d-7f07-4b86-8df6-e891a99df807","serviceName":"Demo_pNF_Kd8H777cl3j1c4CiCEh8","serviceVersion":"1.0","serviceUUID":"241c24b8-6ae3-46da-afb7-c9e9e53ebd53","serviceDescription":"catalog service description","serviceInvariantUUID":"6a42ece0-cd10-4c04-b364-78320e07e487","resources":[{"resourceInstanceName":"pNF 7a0cf1b8-5236 0","resourceName":"pNF 7a0cf1b8-5236","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f3c4064-bd48-486e-8b12-0d8e5c5fa396","resourceInvariantUUID":"61cf543a-ef77-4a22-a72f-6d6b9f9e0c44","resourceCustomizationUUID":"a5afbe8f-9d54-49e8-9989-e99d9e2f955c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml","artifactChecksum":"MmJiZDc1OWEyODUwMTg2M2YyYTMzNThhMzdjMWI0NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5267a7d1-bbf4-4478-8a3b-304fcd0b2bdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c297b06-eecf-41c9-ad22-b98026b74955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59573942-1bcf-4ae6-ba75-92872432fa97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjOTYxMzYwZjQ5MTJlOWU1MTA3ZjkxZmQ0YjU2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6e7220e-2a1f-4d77-974e-69f90db54da7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"053174a6-6a7c-4b0b-af17-7635f050b983","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5b1b72-4bbe-41d4-9f3e-295e148f7604","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml","artifactChecksum":"YWEwMmQ5MGRhZWM5ZjcwOWY3MDExZTk5MTY1NzkxOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cee6099-ef8b-42ea-98cc-43dd1d386864","artifactVersion":"1"},{"artifactName":"service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar","artifactChecksum":"NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3cc2adf-84c4-4140-8862-744beb464b37","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:17:06.886Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:06.886Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:06.886Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:06.887Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:07.887Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:07.888Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:07.888Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:07.888Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:08.889Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:08.890Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:08.890Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:08.890Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:09.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:09.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:09.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:09.891Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:10.892Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:10.892Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:10.892Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:10.892Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:11.893Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:11.893Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:11.893Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:11.893Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:12.894Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:12.894Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:12.894Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:12.894Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:13.895Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:13.895Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:13.896Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:13.896Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:14.897Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "serviceName": "Demo_pNF_Kd8H777cl3j1c4CiCEh8",
  "serviceVersion": "1.0",
  "serviceUUID": "241c24b8-6ae3-46da-afb7-c9e9e53ebd53",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a42ece0-cd10-4c04-b364-78320e07e487",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a0cf1b8-5236 0",
      "resourceCustomizationUUID": "a5afbe8f-9d54-49e8-9989-e99d9e2f955c",
      "resourceName": "pNF 7a0cf1b8-5236",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f3c4064-bd48-486e-8b12-0d8e5c5fa396",
      "resourceInvariantUUID": "61cf543a-ef77-4a22-a72f-6d6b9f9e0c44",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
      "artifactChecksum": "NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3cc2adf-84c4-4140-8862-744beb464b37"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:17:14.897Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:17:14.897Z|3ab4d690-520b-4be5-8ad2-21ccec0d4f37|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC
2023-03-30T08:17:14.898Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a42004d-7f07-4b86-8df6-e891a99df807
ServiceName:Demo_pNF_Kd8H777cl3j1c4CiCEh8
ServiceVersion:1.0
ServiceUUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
ServiceInvariantUUID:6a42ece0-cd10-4c04-b364-78320e07e487
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
ArtifactUUID:f3cc2adf-84c4-4140-8862-744beb464b37
ArtifactChecksum:NDIyZjQ1MzlkMTBmZGJiNGE0ZmRlN2FmYTQ4NTI0ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a0cf1b8-5236 0
ResourceCustomizationUUID:a5afbe8f-9d54-49e8-9989-e99d9e2f955c
ResourceInvariantUUID:61cf543a-ef77-4a22-a72f-6d6b9f9e0c44
ResourceName:pNF 7a0cf1b8-5236
ResourceType:PNF
ResourceUUID:2f3c4064-bd48-486e-8b12-0d8e5c5fa396
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:17:14.898Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 241c24b8-6ae3-46da-afb7-c9e9e53ebd53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:17:14.950Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:17:14.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:17:14.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:17:14.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37 from URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:14.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:17:14.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:15.200Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:17:15.203Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar f3cc2adf-84c4-4140-8862-744beb464b37 88010
2023-03-30T08:17:15.203Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T08:17:15.203Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:15.204Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:17:15.204Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:15.204Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:15.204Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164235203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:16.205Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:17:16.206Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:17:16.206Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f3cc2adf-84c4-4140-8862-744beb464b37, URL: /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar to file: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.206Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.207Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.207Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.287Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5207606774683291296/Definitions/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml
2023-03-30T08:17:16.904Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:17:16.904Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a0cf1b8-5236 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-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T08:17:16.905Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Node template pNF 7a0cf1b8-5236 0 is matching search criteria
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7a0cf1b8-5236 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:17:16.906Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:17:16.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:17:16.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:17:16.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:17:16.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:17:16.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:17:16.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Kd8H777cl3j1c4CiCEh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:17:16.907Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Kd8H777cl3j1c4CiCEh8
Description:catalog service description
Model UUID:241c24b8-6ae3-46da-afb7-c9e9e53ebd53
Model Version:NULL
Model InvariantUuid:6a42ece0-cd10-4c04-b364-78320e07e487
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-30T08:17:16.947Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists
2023-03-30T08:17:16.947Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T08:17:16.947Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists)
2023-03-30T08:17:16.947Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:17:16.948Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:16.948Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:16.948Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164236947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:17.949Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar ASDC sendASDCNotification
2023-03-30T08:17:17.949Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar(Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists)
2023-03-30T08:17:17.949Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:17:17.949Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:17.950Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:17.950Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164237948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:18.951Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:17:18.975Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:17:18.979Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:17:18.979Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:17:18.979Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:17:18.979Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:17:18.980Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:17:18.980Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:17:18.980Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:17:18.980Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:17:18.980Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:17:18.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:17:48.995Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:17:49.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a42004d-7f07-4b86-8df6-e891a99df807 and serviceModelVersionId: 241c24b8-6ae3-46da-afb7-c9e9e53ebd53
2023-03-30T08:17:49.007Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a42ece0-cd10-4c04-b364-78320e07e487
2023-03-30T08:17:49.008Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0
2023-03-30T08:17:49.014Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:17:49.035Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?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-30T08:17:49.036Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||Invoke
2023-03-30T08:17:49.041Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:17:49.198Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0|INFO|500||InvokeReturn
2023-03-30T08:17:49.198Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6a42ece0-cd10-4c04-b364-78320e07e487/model-vers/model-ver/241c24b8-6ae3-46da-afb7-c9e9e53ebd53?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:17:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[245976], x-aai-txid=[2-aai-resources-230330-08:17:49:487-81790], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:17:49.199Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:17:49.199Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:17:49.199Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:17:49.207Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:17:49.207Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a42004d-7f07-4b86-8df6-e891a99df807 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:17:49.207Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:17:49.207Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:49.208Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:49.208Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164269207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:17:50.237Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:17:50.237Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cea2f9e4-238b-4335-830f-8aeae4dff83b","serviceName":"Demo_pNF_PvOsBSp6bv2TSkxj5lz2","serviceVersion":"1.0","serviceUUID":"a7e1caef-8389-465b-b8a1-68d3fb2be12a","serviceDescription":"catalog service description","serviceInvariantUUID":"c552c3f5-1b76-4e62-896c-e69aa63c9753","resources":[{"resourceInstanceName":"pNF cc6e0cda-1f29 0","resourceName":"pNF cc6e0cda-1f29","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bf0c47e-625e-428d-aa2a-9f107ca56066","resourceInvariantUUID":"38ec688a-b569-4baa-991f-0fa42865c630","resourceCustomizationUUID":"afa24376-7550-4cc2-a8f0-5e48f28bec33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml","artifactChecksum":"MTc4ZTZjYTVlMDUyZWI2MmI3MjhkNjA4N2Q3YjYxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e938c2d-e4e0-4744-9af1-5a6181253f12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar","artifactChecksum":"NmNiY2RmZjBkOWI2MThhN2ExMTYxNjM1YzA4NTk3YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9655c5b7-7d55-4e1f-962c-f3ea49350d9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9cb8603-8009-4a59-8c2b-6f6a89371903","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiYjYyYmU5Njk1OWVlNDU4Yzk1MGE1MzYxY2U3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"06273f03-4af0-48ca-94fe-9ebcf6d33dbb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79b80aa3-0e8e-4a5c-8182-cbdfeaf9c667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8298e3cc-d926-4776-93ea-b7508e0a1957","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml","artifactChecksum":"Y2IyMGFhMTVkN2MxZTVkN2Q3ZDc2YzE3YTliODQ5ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9916e3-5985-41f9-be1f-bce4949991eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar","artifactChecksum":"MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4a8a29c-24fe-477d-9b5a-8effa0bc6eab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:17:50.238Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:50.238Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:50.238Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:50.238Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:51.239Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:51.239Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:51.239Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:51.239Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:51.760Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:51.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5ef1a0a1-db05-4ad3-86c7-0987a4e0acc2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164183135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164191515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164193607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: cddaf09c-7e1a-4659-9963-e3a5ac6612f6 already exists"
}
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164194609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 506d3ee1-6e78-4800-bb1d-7bb3c84e74d2 already exists"
}
2023-03-30T08:17:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:17:52.240Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:52.240Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:52.240Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:52.240Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:53.241Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:53.241Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:53.241Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:53.242Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:54.242Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:54.243Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:54.243Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:54.243Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:55.243Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:55.243Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:55.243Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:55.244Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:56.244Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:56.245Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:56.245Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:56.245Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:57.246Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:17:57.247Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:57.247Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:57.247Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:58.247Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "serviceName": "Demo_pNF_PvOsBSp6bv2TSkxj5lz2",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e1caef-8389-465b-b8a1-68d3fb2be12a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c552c3f5-1b76-4e62-896c-e69aa63c9753",
  "resources": [
    {
      "resourceInstanceName": "pNF cc6e0cda-1f29 0",
      "resourceCustomizationUUID": "afa24376-7550-4cc2-a8f0-5e48f28bec33",
      "resourceName": "pNF cc6e0cda-1f29",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bf0c47e-625e-428d-aa2a-9f107ca56066",
      "resourceInvariantUUID": "38ec688a-b569-4baa-991f-0fa42865c630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
      "artifactChecksum": "MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4a8a29c-24fe-477d-9b5a-8effa0bc6eab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:17:58.248Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:17:58.248Z|2a42004d-7f07-4b86-8df6-e891a99df807|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC
2023-03-30T08:17:58.248Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cea2f9e4-238b-4335-830f-8aeae4dff83b
ServiceName:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
ServiceVersion:1.0
ServiceUUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
ServiceInvariantUUID:c552c3f5-1b76-4e62-896c-e69aa63c9753
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
ArtifactUUID:e4a8a29c-24fe-477d-9b5a-8effa0bc6eab
ArtifactChecksum:MzcwOWVkMWFhM2FhNzdmNGFlNjQ4ZWEyZTFmNWJmYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cc6e0cda-1f29 0
ResourceCustomizationUUID:afa24376-7550-4cc2-a8f0-5e48f28bec33
ResourceInvariantUUID:38ec688a-b569-4baa-991f-0fa42865c630
ResourceName:pNF cc6e0cda-1f29
ResourceType:PNF
ResourceUUID:4bf0c47e-625e-428d-aa2a-9f107ca56066
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-30T08:17:58.248Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1caef-8389-465b-b8a1-68d3fb2be12a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:17:58.296Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:17:58.296Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:17:58.297Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:17:58.297Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab from URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:17:58.297Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:17:58.297Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:17:58.639Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:17:58.640Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar e4a8a29c-24fe-477d-9b5a-8effa0bc6eab 88015
2023-03-30T08:17:58.640Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T08:17:58.641Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:17:58.641Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:17:58.641Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:17:58.641Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:17:58.641Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164278640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:17:59.642Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:17:59.644Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:17:59.644Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab, URL: /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar to file: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:17:59.645Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:17:59.645Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:17:59.645Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:17:59.806Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15166925290345572491/Definitions/service-DemoPnfPvosbsp6bv2tskxj5lz2-template.yml
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.373Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cc6e0cda-1f29 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-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Node template pNF cc6e0cda-1f29 0 is matching search criteria
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cc6e0cda-1f29 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:00.374Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PvOsBSp6bv2TSkxj5lz2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:00.375Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PvOsBSp6bv2TSkxj5lz2
Description:catalog service description
Model UUID:a7e1caef-8389-465b-b8a1-68d3fb2be12a
Model Version:NULL
Model InvariantUuid:c552c3f5-1b76-4e62-896c-e69aa63c9753
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-30T08:18:00.422Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists
2023-03-30T08:18:00.422Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T08:18:00.422Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists)
2023-03-30T08:18:00.423Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:18:00.423Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:00.423Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:00.423Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164280422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e4a8a29c-24fe-477d-9b5a-8effa0bc6eab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:18:01.424Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar ASDC sendASDCNotification
2023-03-30T08:18:01.425Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar(Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists)
2023-03-30T08:18:01.425Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:18:01.425Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:01.425Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:01.425Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164281424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/artifacts/service-DemoPnfPvosbsp6bv2tskxj5lz2-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4bf0c47e-625e-428d-aa2a-9f107ca56066 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:18:02.426Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:18:02.452Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:18:02.457Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:18:02.457Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:18:02.457Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:18:02.457Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:18:02.458Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:02.458Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:02.458Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:02.458Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:02.458Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:18:02.470Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:18:32.471Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:18:32.482Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cea2f9e4-238b-4335-830f-8aeae4dff83b and serviceModelVersionId: a7e1caef-8389-465b-b8a1-68d3fb2be12a
2023-03-30T08:18:32.482Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c552c3f5-1b76-4e62-896c-e69aa63c9753
2023-03-30T08:18:32.483Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0
2023-03-30T08:18:32.489Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:18:32.512Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||Invoke
2023-03-30T08:18:32.512Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8c9c3ba-530e-496a-9bbe-8667e75b3a7f], X-ECOMP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], X-TransactionId=[], X-ONAP-RequestID=[cea2f9e4-238b-4335-830f-8aeae4dff83b], Content-Type=[application/merge-patch+json]}
2023-03-30T08:18:32.515Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:18:32.679Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?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/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:18:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[217144], x-aai-txid=[1-aai-resources-230330-08:18:32:960-81171], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:18:32.679Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:18:32.680Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c552c3f5-1b76-4e62-896c-e69aa63c9753/model-vers/model-ver/a7e1caef-8389-465b-b8a1-68d3fb2be12a?depth=0|INFO|500||InvokeReturn
2023-03-30T08:18:32.680Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:18:32.680Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:18:32.688Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:18:32.688Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cea2f9e4-238b-4335-830f-8aeae4dff83b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:18:32.689Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:18:32.689Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:32.689Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:32.689Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164312689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:18:33.719Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:18:33.719Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"54bb33cc-d843-4139-8565-c6479c64d0e7","serviceDescription":"service","serviceInvariantUUID":"dcb0dafa-0749-4e2b-a8fc-eb5902d641b0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b896323-9a19-487d-80ac-12aded77e69c","resourceInvariantUUID":"8eb735e2-a3f8-4705-9fda-d764ca0d50d6","resourceCustomizationUUID":"e772c826-8f73-467a-9333-b9561ac8621a","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":"NjNlMjFkMGNjYjk3Yzk4ZTBhYzY2OTg1ODE1YzgwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1f1be6a-ce59-4deb-81bc-a735031211e3","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":"NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"263531d8-a418-4693-b65f-d33ab4382af3","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":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf","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":"956d756c-7762-4b9b-b879-ec1114b705e6","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":"48ebaa1a-6698-41db-aa78-51d49b03ce48","artifactVersion":"2","generatedFromUUID":"4477a6d2-9759-4c27-bf36-e004c99387a4"},{"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":"230dd755-8b7e-4742-97ae-e99b9b7bb4b5","artifactVersion":"2","generatedFromUUID":"b39b38b5-b06f-4d44-bd10-67a70e12fdbf"},{"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":"4477a6d2-9759-4c27-bf36-e004c99387a4","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":"e548a659-a001-497a-958d-c2e7882bd1ca","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":"ZTcyYjE5NjJjYWVhNzA2MWVmNjE5NWRlZmQxYjBhMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c7dc68-8c60-42a8-8b23-98041dc8a2ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac230873-cb02-418b-99a6-70bb27ae8125","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:18:33.720Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:33.720Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:33.720Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:33.720Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:34.722Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:34.722Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:34.722Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:34.723Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:35.724Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:35.724Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:35.725Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:35.725Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:36.726Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:36.726Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:36.726Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:36.726Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:37.727Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:37.728Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:37.728Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:37.728Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:38.729Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:38.730Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:38.730Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:38.730Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:39.732Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:39.732Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:39.732Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:39.732Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:40.733Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:40.734Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:40.734Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:40.734Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:41.735Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:41.736Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:41.736Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:41.736Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:18:42.737Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:18:42.737Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:42.738Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:42.738Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:18:43.739Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "54bb33cc-d843-4139-8565-c6479c64d0e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dcb0dafa-0749-4e2b-a8fc-eb5902d641b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e772c826-8f73-467a-9333-b9561ac8621a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b896323-9a19-487d-80ac-12aded77e69c",
      "resourceInvariantUUID": "8eb735e2-a3f8-4705-9fda-d764ca0d50d6",
      "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": "NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "263531d8-a418-4693-b65f-d33ab4382af3",
          "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": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
            "generatedFromUUID": "b39b38b5-b06f-4d44-bd10-67a70e12fdbf"
          },
          "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": "48ebaa1a-6698-41db-aa78-51d49b03ce48",
          "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": "230dd755-8b7e-4742-97ae-e99b9b7bb4b5",
          "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": "4477a6d2-9759-4c27-bf36-e004c99387a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac230873-cb02-418b-99a6-70bb27ae8125"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:18:43.740Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:18:43.740Z|cea2f9e4-238b-4335-830f-8aeae4dff83b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC
2023-03-30T08:18:43.741Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:54bb33cc-d843-4139-8565-c6479c64d0e7
ServiceInvariantUUID:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
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:ac230873-cb02-418b-99a6-70bb27ae8125
ArtifactChecksum:ZDdiMjcxYTEyODZkZjk1YjcyNDRmZDRkZGU2MDZkMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e772c826-8f73-467a-9333-b9561ac8621a
ResourceInvariantUUID:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1b896323-9a19-487d-80ac-12aded77e69c
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:263531d8-a418-4693-b65f-d33ab4382af3
ArtifactChecksum:NTFkOThiYTIxOGQ0NDY2ZWMzOWJiOGYxOWJiMTU3YzU=
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:b39b38b5-b06f-4d44-bd10-67a70e12fdbf
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:48ebaa1a-6698-41db-aa78-51d49b03ce48
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:230dd755-8b7e-4742-97ae-e99b9b7bb4b5
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:4477a6d2-9759-4c27-bf36-e004c99387a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T08:18:43.741Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bb33cc-d843-4139-8565-c6479c64d0e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:18:43.791Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:18:43.792Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:18:43.792Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:18:43.792Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:43.792Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:18:43.792Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:44.083Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:18:44.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac230873-cb02-418b-99a6-70bb27ae8125 163275
2023-03-30T08:18:44.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:18:44.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:44.089Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:18:44.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:44.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:44.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164324089,
  "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-30T08:18:45.090Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:18:45.091Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:18:45.091Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac230873-cb02-418b-99a6-70bb27ae8125, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.092Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.092Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.092Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.175Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15768893307220611529/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-30T08:18:45.980Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T08:18:45.981Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a7d99266-b3d7-4133-859e-394aef805e15
2023-03-30T08:18:45.982Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:18:45.983Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:54bb33cc-d843-4139-8565-c6479c64d0e7
Model Version:NULL
Model InvariantUuid:dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f724fe0-a5bc-4538-8d5a-4e3c76b59d39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8eb735e2-a3f8-4705-9fda-d764ca0d50d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e772c826-8f73-467a-9333-b9561ac8621a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c829c524-846e-4296-951b-75930dec6cbe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ba56bf6a-6383-4c26-b6c8-4e2fa5ffc41f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6d46433b-9bc4-4dc0-b0a3-a2fd3b2b88f0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dde35a02-01a0-4e92-b177-964739390992
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a7d99266-b3d7-4133-859e-394aef805e15
ModelInvariantUuid:54daaa87-28e6-4008-bdb7-453f47330a85
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:37b72730-eaab-408c-b001-1f830461111c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c971dfd1-4a20-4cae-a6f3-cd2ee8cd63a5
ModelInvariantUuid:11f031e6-41ce-47f4-93e3-b553ca38dd36
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:577fbf20-4532-4743-aa07-296d2243d924
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-30T08:18:46.024Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists
2023-03-30T08:18:46.024Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:18:46.024Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists)
2023-03-30T08:18:46.024Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:18:46.024Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:46.024Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:46.025Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164326024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ac230873-cb02-418b-99a6-70bb27ae8125 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:18:47.025Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:18:47.026Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists)
2023-03-30T08:18:47.026Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:18:47.026Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:18:47.026Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:18:47.026Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164327025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1b896323-9a19-487d-80ac-12aded77e69c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:18:48.027Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:18:48.058Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:18:48.063Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:18:48.063Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:18:48.063Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:18:48.064Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:18:48.064Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:48.064Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:48.064Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:48.064Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:18:48.064Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:18:48.080Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-30T08:18:51.761Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:18:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3ab4d690-520b-4be5-8ad2-21ccec0d4f37",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164225855,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:18:51.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/resourceInstances/pnf7a0cf1b852360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-30T08:18:51.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164235203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164236947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f3cc2adf-84c4-4140-8862-744beb464b37 already exists"
}
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164237948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKd8h777cl3j1c4ciceh8/1.0/artifacts/service-DemoPnfKd8h777cl3j1c4ciceh8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2f3c4064-bd48-486e-8b12-0d8e5c5fa396 already exists"
}
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a42004d-7f07-4b86-8df6-e891a99df807",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164269207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:18:51.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-30T08:18:51.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cea2f9e4-238b-4335-830f-8aeae4dff83b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPvosbsp6bv2tskxj5lz2/1.0/resourceInstances/pnfcc6e0cda1f290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-30T08:18:51.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-30T08:19:18.081Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_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-30T08:19:18.094Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and serviceModelVersionId: 54bb33cc-d843-4139-8565-c6479c64d0e7
2023-03-30T08:19:18.094Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dcb0dafa-0749-4e2b-a8fc-eb5902d641b0
2023-03-30T08:19:18.095Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0
2023-03-30T08:19:18.102Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-30T08:19:18.128Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?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-30T08:19:18.129Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||Invoke
2023-03-30T08:19:18.137Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-30T08:19:18.279Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0|INFO|500||InvokeReturn
2023-03-30T08:19:18.280Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dcb0dafa-0749-4e2b-a8fc-eb5902d641b0/model-vers/model-ver/54bb33cc-d843-4139-8565-c6479c64d0e7?depth=0 has http status code:200 and response headers:{date=[Thu, 30 Mar 2023 08:19:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[499840], x-aai-txid=[0-aai-resources-230330-08:19:18:582-96744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-30T08:19:18.280Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-30T08:19:18.280Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-30T08:19:18.281Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-30T08:19:18.287Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-30T08:19:18.287Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-30T08:19:18.287Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-30T08:19:18.288Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:18.288Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:18.288Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164358287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:19:19.320Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-30T08:19:19.321Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"a2197a1f-626f-47f5-9db6-843c7a8e6bbd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0174774a-7491-4b03-8460-a9ce1581bc87","serviceDescription":"service","serviceInvariantUUID":"8a599039-ed94-488b-bb38-7fae01908da5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7408a031-2981-4f5a-b546-4fd886ca4ccf","resourceInvariantUUID":"de3cae8e-5b3c-4809-a71c-4632a43e2edc","resourceCustomizationUUID":"77e60e53-528a-41ba-8171-cd18fa40d7f2","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":"NDY5NmRlNDUyZDI5ZGMwZjZkNzg5ODk1NzZhNjQ1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf75d0a4-16e9-408d-bbec-dfb6ba9cd3e0","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":"ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2cc57c3-8be1-4884-9df8-a3daa05dbe8d","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":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a","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":"7a0217b9-6de8-4823-b52b-222918704481","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":"dab86353-29c6-4246-9ae6-0ca3e0e7eb92","artifactVersion":"2","generatedFromUUID":"695d9154-fb7b-4a8a-aa1e-71e9ec16777a"},{"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":"YWFhMTQ0NGEzYmY3MTE2ZjczMWU5ZGU0NmE4YTU0NDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10d989d0-1365-4c13-9a17-816bbc4c643d","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":"MGRiYjEyOTlhZThkMDc1ODJiZTM1Zjc1YWFiOTk2ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df5dd26a-81ff-4296-ba65-edda6175cf55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2feb07-4c6a-4a28-9fbf-2926fa85b95a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-30T08:19:19.321Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:19.321Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:19.321Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:19.321Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:19:20.322Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:20.323Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:20.323Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:20.324Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:19:21.325Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:21.325Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:21.325Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:21.325Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:19:22.326Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:22.326Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:22.326Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:22.327Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:19:23.327Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:23.328Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:23.328Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:23.328Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:19:24.328Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:24.329Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:24.329Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:24.329Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:19:25.329Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:25.330Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:25.330Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:25.330Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "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-30T08:19:26.330Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-30T08:19:26.331Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:26.331Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:26.331Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680163749967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:19:27.332Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0174774a-7491-4b03-8460-a9ce1581bc87",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a599039-ed94-488b-bb38-7fae01908da5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "77e60e53-528a-41ba-8171-cd18fa40d7f2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7408a031-2981-4f5a-b546-4fd886ca4ccf",
      "resourceInvariantUUID": "de3cae8e-5b3c-4809-a71c-4632a43e2edc",
      "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": "ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2cc57c3-8be1-4884-9df8-a3daa05dbe8d",
          "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": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a",
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
            "generatedFromUUID": "695d9154-fb7b-4a8a-aa1e-71e9ec16777a"
          },
          "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": "dab86353-29c6-4246-9ae6-0ca3e0e7eb92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2feb07-4c6a-4a28-9fbf-2926fa85b95a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-30T08:19:27.332Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-30T08:19:27.332Z|0b0b8c31-b5b0-4f72-9d01-27ce849d6a8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC
2023-03-30T08:19:27.332Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2197a1f-626f-47f5-9db6-843c7a8e6bbd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0174774a-7491-4b03-8460-a9ce1581bc87
ServiceInvariantUUID:8a599039-ed94-488b-bb38-7fae01908da5
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:3b2feb07-4c6a-4a28-9fbf-2926fa85b95a
ArtifactChecksum:MzFkOWFiY2YyYzAwZTEzMDIwN2JiOTgzYTU0ZjBkNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
ResourceInvariantUUID:de3cae8e-5b3c-4809-a71c-4632a43e2edc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7408a031-2981-4f5a-b546-4fd886ca4ccf
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:a2cc57c3-8be1-4884-9df8-a3daa05dbe8d
ArtifactChecksum:ZGE0NWVmMzNhYWJhNjYwNDE3MmU4NDFlMjcyNzg2ZjA=
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:695d9154-fb7b-4a8a-aa1e-71e9ec16777a
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
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:dab86353-29c6-4246-9ae6-0ca3e0e7eb92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-30T08:19:27.333Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0174774a-7491-4b03-8460-a9ce1581bc87 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-30T08:19:27.382Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:19:27.383Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:19:27.383Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:19:27.384Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T08:19:27.384Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-30T08:19:27.384Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T08:19:27.620Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-30T08:19:27.623Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a 82998
2023-03-30T08:19:27.623Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-30T08:19:27.624Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-30T08:19:27.624Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-30T08:19:27.624Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:27.624Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:27.625Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164367623,
  "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-30T08:19:28.625Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-30T08:19:28.626Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-30T08:19:28.627Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:28.627Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-30T08:19:28.628Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:28.628Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:28.721Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17905815908692620799/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-30T08:19:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-30T08:19:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:19:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-30T08:19:29.583Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-30T08:19:29.584Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:19:29.585Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-30T08:19:29.586Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-30T08:19:29.587Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:19:29.587Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-30T08:19:29.587Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.587Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-30T08:19:29.587Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.587Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:19:29.587Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-30T08:19:29.588Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da00df-4aa6-4e3e-a180-d561772b3901
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.589Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:19:29.590Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-30T08:19:29.590Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-30T08:19:29.590Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0174774a-7491-4b03-8460-a9ce1581bc87
Model Version:NULL
Model InvariantUuid:8a599039-ed94-488b-bb38-7fae01908da5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e750d8e9-5021-4269-a035-fb1242bb9922
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de3cae8e-5b3c-4809-a71c-4632a43e2edc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77e60e53-528a-41ba-8171-cd18fa40d7f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:326510ef-760b-4fba-9f14-19a315d95364
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e69a106-a06f-42e7-aeba-5b6d97269e64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99da00df-4aa6-4e3e-a180-d561772b3901
ModelInvariantUuid:e06446cd-3f6c-4b8e-9c3b-3fa4efff8b93
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:02eb5bdd-e7ef-49e7-9a04-1705d0fefbf4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bac6bca-9e41-4062-93e2-ec4e7524cfbd
ModelInvariantUuid:a1e60405-c00a-4316-9f8e-d7a90244337b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:71427ec9-8f0b-441d-a238-a68a25fca136
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-30T08:19:29.636Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||ERROR|500||Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists
2023-03-30T08:19:29.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T08:19:29.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists)
2023-03-30T08:19:29.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:19:29.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:29.637Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:29.638Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164369637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3b2feb07-4c6a-4a28-9fbf-2926fa85b95a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:19:30.639Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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-30T08:19:30.640Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||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: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists)
2023-03-30T08:19:30.640Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-30T08:19:30.640Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-30T08:19:30.640Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-30T08:19:30.641Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "a2197a1f-626f-47f5-9db6-843c7a8e6bbd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680164370639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7408a031-2981-4f5a-b546-4fd886ca4ccf already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-30T08:19:31.641Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:19:31.664Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2197a1f-626f-47f5-9db6-843c7a8e6bbd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-30T08:19:31.668Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-30T08:19:31.668Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-30T08:19:31.668Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-30T08:19:31.668Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-30T08:19:31.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:19:31.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:19:31.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:19:31.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-30T08:19:31.669Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:19:31.684Z|a2197a1f-626f-47f5-9db6-843c7a8e6bbd|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution